Shades of Sulu #C9EB8C
Tints of Sulu #C9EB8C
RGB
CMYK
RGB Variations
Color information
#C9EB8C (or 0xC9EB8C) is known color: Sulu. HEX triplet: C9, EB and 8C. RGB value is (201,235,140). Sum of RGB (Red+Green+Blue) = 201+235+140=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EB8C is #361473. Grayscale: #D6D6D6. Windows color (decimal): -3544180 or 9235401. OLE color: 9235401.
HSL color Cylindrical-coordinate representation of color #C9EB8C: hue angle of 81.47º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9EB8C is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 140 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.08 |
| HSL | 81.47º | 0.7% | 0.74% | - |
| HSV(B) | 81.47º | 0.4% | 0.92% | - |
| XYZ | 58.53 | 73.73 | 35.96 | - |
| YUV | 214 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 140 | 0.14 | 0 | 0.40 | 0.08 | 81.47 | 0.7 | 0.74 |
| Hex | C9 | EB | 8C | E | 0 | 28 | 8 | 51 | 46 | 4A |
| Octal | 311 | 353 | 214 | 16 | 0 | 50 | 10 | 121 | 106 | 112 |
| Binary | 11001001 | 11101011 | 10001100 | 1110 | 0 | 101000 | 1000 | 1010001 | 1000110 | 1001010 |
Color Harmonies of #C9EB8C
Complementary color
Monochromatic Colors of #C9EB8C
Black with #C9EB8C
Text Example
Text Example
White with #C9EB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EB8C; }
p { color: rgb(201,235,140); }
H1.HeaderClassName
{
color: #C9EB8C;
}
.AnyTagClassName
{
color: #C9EB8C;
}
</style>
background-color css
<style>
a { background-color: #C9EB8C; }
a { background-color: rgb(201,235,140); }
div.DivClassName
{
background-color: #C9EB8C;
}
.BgClassName
{
background-color: #C9EB8C;
}
</style>
border-color css
<style>
span { border-color: #C9EB8C; }
span { border-color: rgb(201,235,140); }
td.TdClassName
{
border-color: #C9EB8C;
}
.TagClassName
{
border-color: #C9EB8C;
}
</style>