Shades of Sulu #C9DE8C
Tints of Sulu #C9DE8C
RGB
CMYK
RGB Variations
Color information
#C9DE8C (or 0xC9DE8C) is known color: Sulu. HEX triplet: C9, DE and 8C. RGB value is (201,222,140). Sum of RGB (Red+Green+Blue) = 201+222+140=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DE8C is #362173. Grayscale: #CECECE. Windows color (decimal): -3547508 or 9232073. OLE color: 9232073.
HSL color Cylindrical-coordinate representation of color #C9DE8C: hue angle of 75.37º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9DE8C is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 222 | 140 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.13 |
| HSL | 75.37º | 0.55% | 0.71% | - |
| HSV(B) | 75.37º | 0.37% | 0.87% | - |
| XYZ | 54.94 | 66.55 | 34.76 | - |
| YUV | 206.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 140 | 0.09 | 0 | 0.37 | 0.13 | 75.37 | 0.55 | 0.71 |
| Hex | C9 | DE | 8C | 9 | 0 | 25 | D | 4B | 37 | 47 |
| Octal | 311 | 336 | 214 | 11 | 0 | 45 | 15 | 113 | 67 | 107 |
| Binary | 11001001 | 11011110 | 10001100 | 1001 | 0 | 100101 | 1101 | 1001011 | 110111 | 1000111 |
Color Harmonies of #C9DE8C
Complementary color
Monochromatic Colors of #C9DE8C
Black with #C9DE8C
Text Example
Text Example
White with #C9DE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DE8C; }
p { color: rgb(201,222,140); }
H1.HeaderClassName
{
color: #C9DE8C;
}
.AnyTagClassName
{
color: #C9DE8C;
}
</style>
background-color css
<style>
a { background-color: #C9DE8C; }
a { background-color: rgb(201,222,140); }
div.DivClassName
{
background-color: #C9DE8C;
}
.BgClassName
{
background-color: #C9DE8C;
}
</style>
border-color css
<style>
span { border-color: #C9DE8C; }
span { border-color: rgb(201,222,140); }
td.TdClassName
{
border-color: #C9DE8C;
}
.TagClassName
{
border-color: #C9DE8C;
}
</style>