COLOR #C4EA52

HEX: #C4EA52 RGB: (196,234,82)

Color info

#C4EA52 contains mainly red and green colors. Web safe color of #C4EA52 is #CCFF66 (or #CF6).

RGB color model

#C4EA52 color RGB value is (196,234,82).

RGB: (196,234,82) (77%, 92%, 32%)

RGB channels and saturation

R 196 of 255 = 77%
G 234 of 255 = 92%
B 82 of 255 = 32%

196
234
82

R + G + B ~ 67%. #C4EA52 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 234 + 82 = 512 (100%)
R 196 of 512 ~ 38.28%
G 234 of 512 ~ 45.7%
B 82 of 512 ~ 16.02'%

%38.28
%45.7
%16.02

CMYK color model

#C4EA52 color CMYK value is (16,0,65,8).

  • cyan value is 16.24%
  • magenta value is 0.00%
  • yellow value is 64.96%
  • key color value is 8.24%

CMYK: (16,0,65,8)
C16M0Y65K8 (16%, 0%, 65%, 8%)
(0.16 / 0.00 / 0.65 / 0.08)

CMYK percentages

%16.24
%0
%64.96
%8.24

Codes

Color #C4EA52 in popluar color models

C4 EA 52
RGB 196 234 82
HSL 75° 78.35% 61.96%
HSB/HSV 75° 64.96% 91.76%
CMYK 16.24% 0.00% 64.96%
8.24%

Color #C4EA52 in popluar number systems.

HEX C4 EA 52
Decimal 196 234 82
Binary 11000100 11101010 1010010
Octal 304 352 122

Shades and tints

Shades of #C4EA52

#C4EA52
(196,234,82)
#B3D54B
(179,213,75)
#A2C044
(162,192,68)
#91AB3D
(145,171,61)
#809636
(128,150,54)
#6F812F
(111,129,47)
#5E6C28
(94,108,40)
#4D5721
(77,87,33)
#3C421A
(60,66,26)
#2B2D13
(43,45,19)
#1A180C
(26,24,12)
#000000
(0,0,0)

Tints of #C4EA52

#C4EA52
(196,234,82)
#C9EB61
(201,235,97)
#CEEC70
(206,236,112)
#D3ED7F
(211,237,127)
#D8EE8E
(216,238,142)
#DDEF9D
(221,239,157)
#E2F0AC
(226,240,172)
#E7F1BB
(231,241,187)
#ECF2CA
(236,242,202)
#F1F3D9
(241,243,217)
#F6F4E8
(246,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EA52 color. Also use rgb(196,234,82) instead hex code.

Text Font Color

.myTextColor { color: #C4EA52; }

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

This text font color is #C4EA52.

Background Color

.myBgColor { background-color: #C4EA52; }

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

This div background color is #C4EA52.

Border color

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

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

This div border color is #C4EA52.

Opacity

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

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

Text with #C4EA52 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 #C4EA52;}

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

This text has shadow with #C4EA52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4EA52.

Preview

Color preview on black background

This text has color #C4EA52 on black background.


Color preview on white background

This text has color #C4EA52 on white background.


Black color preview on #C4EA52 background

This text has black color on #C4EA52 background.


White color preview on #C4EA52 background

This text has white color on #C4EA52 background.


Related colors

Complementary color

Complementary color for #hex is #3B15AD.


I love getcolorcode.com

Triadic colors

1 #52C4EA and #EA52C4 with #C4EA52 are triadic colors.

2 #52EAC4 and #EAC452 with #C4EA52 are triadic colors.