#C4DA8C

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

Shades of Sulu #C4DA8C

Tints of Sulu #C4DA8C

Color information

#C4DA8C (or 0xC4DA8C) is unknown color: approx Sulu. HEX triplet: C4, DA and 8C. RGB value is (196,218,140). Sum of RGB (Red+Green+Blue) = 196+218+140=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DA8C is #3B2573. Grayscale: #CACACA. Windows color (decimal): -3876212 or 9231044. OLE color: 9231044.

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

Color convert

RGB196218140-
CMYK0.1000.360.15
HSL76.92º51.32%70.2%-
HSV(B)76.92º35.78%85.49%-
XYZ52.5763.7734.35-
YUV202.5392.71123.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 218 (85.55% from 255) = 39.35%
BLUE value IS 140 (55.08% from 255) = 25.27%
R=35.38%
G=39.35%
B=25.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962181400.1000.360.1576.9251.3270.2
HexC4DA8CA024F4d3346
Octal304332214120441711563106
Binary11000100110110101000110010100100100111110011011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DA8C; }

 p { color: rgb(196,218,140); }

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

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

 a { background-color: rgb(196,218,140); }

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

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

 span { border-color: rgb(196,218,140); }

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