COLOR #C4E482

HEX: #C4E482
RGB: (196,228,130)

Renk bilgisi

#C4E482 contains mainly red and green colors. #C4E482 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C4E482 color RGB value is (196,228,130).

  • kırmız ton 196;
  • yeşil ton 228;
  • mavi ton 130.
RGB:
(196,228,130)
(77%,89%,51%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 228 of 255 = 89%
B 130 of 255 = 51%

196
228
130

R + G + B ~ 72%. #C4E482 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 228 + 130 = 554 (100%)
R 196 of 554 ~ 35.38%
G 228 of 554 ~ 41.16%
B 130 of 554 ~ 23.47%

%35.38
%41.16
%23.47

CMYK RENK MODELİ

#C4E482 rengi CMYK tonu (14,0,43,11).

  • camgöbeği tonu 14.04%
  • eflatun tonu 0.00%
  • sarı tonu 42.98%
  • ana renk tonu 10.59%
CMYK:
(14,0,43,11)
C14M0Y43K11 
(14%,0%,43%,11%)
(0.14/0.00/0.43/0.11)	

CMYK yüzdeleri

%14.04
%0
%42.98
%10.59

Codes

Color #C4E482 in popluar color models

C4E482
RGB196228130
HSL80°64.47%70.20%
HSB/HSV80°42.98%89.41%
CMYK14.04%0.00%42.98%
10.59%

Color #C4E482 in popluar number systems.

HEXC4E482
Decimal196228130
Binary110001001110010010000010
Octal304344202

Shades and tints

Shades of #C4E482

#C4E482
(196,228,130)
#B3D077
(179,208,119)
#A2BC6C
(162,188,108)
#91A861
(145,168,97)
#809456
(128,148,86)
#6F804B
(111,128,75)
#5E6C40
(94,108,64)
#4D5835
(77,88,53)
#3C442A
(60,68,42)
#2B301F
(43,48,31)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #C4E482

#C4E482
(196,228,130)
#C9E68D
(201,230,141)
#CEE898
(206,232,152)
#D3EAA3
(211,234,163)
#D8ECAE
(216,236,174)
#DDEEB9
(221,238,185)
#E2F0C4
(226,240,196)
#E7F2CF
(231,242,207)
#ECF4DA
(236,244,218)
#F1F6E5
(241,246,229)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E482 color. Also use rgb(196,228,130) instead hex code.

Text Font Color

.myTextColor { color: #C4E482; }

<p style="color:#C4E482">This sample text font color is #C4E482.</p>

This text font color is #C4E482.


Background Color

.myBgColor { background-color: #C4E482; }

<div style="background-color:#C4E482">Inner text</div>

This div background color is #C4E482.


Border color

.myBorderColor { border: 1px solid #C4E482; }

<div style="border:3px solid #C4E482">Div</div>

This div border color is #C4E482.


Opacity

.myOpacity80 { color: #C4E482; opacity: 0.8; }

<p style="color:#C4E482;opacity:0.8;">80%</p>

Text with #C4E482 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C4E482;}

<p style="text-shadow: 3px 3px 1px #C4E482">Text here.</p>

This text has shadow with #C4E482 color.

.textShadow {text-shadow: 3px 3px 1px #C4E482, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C4E482, 5px 5px 20px red">Text here.</p>

This text has shadow with #C4E482 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4E482, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C4E482, Direction=45, Strength=4)">Text</p>

This text has shadow with #C4E482 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C4E482;
  -webkit-box-shadow:	1px 1px 3px 2px #C4E482;
  box-shadow:		1px 1px 3px 2px #C4E482;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4E482;
-webkit-box-shadow: 1px 1px 3px 2px #C4E482;
box-shadow:1px 1px 3px 2px #C4E482;">
Div content here</div>
This div box has shadow with color #C4E482.

Preview

Color preview on black background

This text has color #C4E482 on black background.


Color preview on white background

This text has color #C4E482 on white background.



Black color preview on #C4E482 background

This text has black color on #C4E482 background.


White color preview on #C4E482 background

This text has white color on #C4E482 background.