#C5DA8E

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

Shades of Sulu #C5DA8E

Tints of Sulu #C5DA8E

Color information

#C5DA8E (or 0xC5DA8E) is unknown color: approx Sulu. HEX triplet: C5, DA and 8E. RGB value is (197,218,142). Sum of RGB (Red+Green+Blue) = 197+218+142=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DA8E is #3A2571. Grayscale: #CBCBCB. Windows color (decimal): -3810674 or 9362117. OLE color: 9362117.

HSL color Cylindrical-coordinate representation of color #C5DA8E: hue angle of 76.58º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5DA8E is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB197218142-
CMYK0.1000.350.15
HSL76.58º50.67%70.59%-
HSV(B)76.58º34.86%85.49%-
XYZ52.9863.9735.15-
YUV203.0693.54123.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 142 (55.86% from 255) = 25.49%
R=35.37%
G=39.14%
B=25.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972181420.1000.350.1576.5850.6770.59
HexC5DA8EA023F4d3347
Octal305332216120431711563107
Binary11000101110110101000111010100100011111110011011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DA8E; }

 p { color: rgb(197,218,142); }

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

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

 a { background-color: rgb(197,218,142); }

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

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

 span { border-color: rgb(197,218,142); }

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