#C5DA8F

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

Shades of Sulu #C5DA8F

Tints of Sulu #C5DA8F

Color information

#C5DA8F (or 0xC5DA8F) is unknown color: approx Sulu. HEX triplet: C5, DA and 8F. RGB value is (197,218,143). Sum of RGB (Red+Green+Blue) = 197+218+143=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 143 (56.25% from 255 or 25.63% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DA8F is #3A2570. Grayscale: #CBCBCB. Windows color (decimal): -3810673 or 9427653. OLE color: 9427653.

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

Color convert

RGB197218143-
CMYK0.1000.340.15
HSL76.8º50.34%70.78%-
HSV(B)76.8º34.4%85.49%-
XYZ53.066435.54-
YUV203.1794.04123.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 218 (85.55% from 255) = 39.07%
BLUE value IS 143 (56.25% from 255) = 25.63%
R=35.30%
G=39.07%
B=25.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972181430.1000.340.1576.850.3470.78
HexC5DA8FA022F4d3247
Octal305332217120421711562107
Binary11000101110110101000111110100100010111110011011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DA8F; }

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

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

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

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

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

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

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

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