#C8DA8D

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

Shades of Sulu #C8DA8D

Tints of Sulu #C8DA8D

Color information

#C8DA8D (or 0xC8DA8D) is unknown color: approx Sulu. HEX triplet: C8, DA and 8D. RGB value is (200,218,141). Sum of RGB (Red+Green+Blue) = 200+218+141=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DA8D is #372572. Grayscale: #CCCCCC. Windows color (decimal): -3614067 or 9296584. OLE color: 9296584.

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

Color convert

RGB200218141-
CMYK0.0800.350.15
HSL74.03º50.99%70.39%-
HSV(B)74.03º35.32%85.49%-
XYZ53.764.3534.79-
YUV203.8492.54125.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 141 (55.47% from 255) = 25.22%
R=35.78%
G=39.00%
B=25.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002181410.0800.350.1574.0350.9970.39
HexC8DA8D8023F4a3346
Octal310332215100431711263106
Binary11001000110110101000110110000100011111110010101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DA8D; }

 p { color: rgb(200,218,141); }

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

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

 a { background-color: rgb(200,218,141); }

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

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

 span { border-color: rgb(200,218,141); }

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