#C5EA7D

Color #C5EA7D Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C5EA7D

Tints of Sulu #C5EA7D

Color information

#C5EA7D (or 0xC5EA7D) is unknown color: approx Sulu. HEX triplet: C5, EA and 7D. RGB value is (197,234,125). Sum of RGB (Red+Green+Blue) = 197+234+125=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EA7D is #3A1582. Grayscale: #D2D2D2. Windows color (decimal): -3806595 or 8252101. OLE color: 8252101.

HSL color Cylindrical-coordinate representation of color #C5EA7D: hue angle of 80.37º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5EA7D is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB197234125-
CMYK0.1600.470.08
HSL80.37º72.19%70.39%-
HSV(B)80.37º46.58%91.76%-
XYZ56.1572.230.38-
YUV210.5179.74118.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 35.43%
GREEN value IS 234 (91.80% from 255) = 42.09%
BLUE value IS 125 (49.22% from 255) = 22.48%
R=35.43%
G=42.09%
B=22.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972341250.1600.470.0880.3772.1970.39
HexC5EA7D1002F8504846
Octal3053521752005710120110106
Binary110001011110101011111011000001011111000101000010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EA7D; }

 p { color: rgb(197,234,125); }

 H1.HeaderClassName
 {
   color: #C5EA7D;
 }
 .AnyTagClassName
 {
   color: #C5EA7D;
 }
</style>
background-color css

<style>
 a { background-color: #C5EA7D; }

 a { background-color: rgb(197,234,125); }

 div.DivClassName
 {
   background-color: #C5EA7D;
 }
 .BgClassName
 {
   background-color: #C5EA7D;
 }
</style>
border-color css

<style>
 span { border-color: #C5EA7D; }

 span { border-color: rgb(197,234,125); }

 td.TdClassName
 {
   border-color: #C5EA7D;
 }
 .TagClassName
 {
   border-color: #C5EA7D;
 }
</style>