Shades of Sulu #C9EA88
Tints of Sulu #C9EA88
RGB
CMYK
RGB Variations
Color information
#C9EA88 (or 0xC9EA88) is known color: Sulu. HEX triplet: C9, EA and 88. RGB value is (201,234,136). Sum of RGB (Red+Green+Blue) = 201+234+136=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EA88 is #361577. Grayscale: #D5D5D5. Windows color (decimal): -3544440 or 8973001. OLE color: 8973001.
HSL color Cylindrical-coordinate representation of color #C9EA88: hue angle of 80.2º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9EA88 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 136 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.08 |
| HSL | 80.2º | 0.7% | 0.73% | - |
| HSV(B) | 80.2º | 0.42% | 0.92% | - |
| XYZ | 57.95 | 73.04 | 34.34 | - |
| YUV | 212.96 | 84.57 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 136 | 0.14 | 0 | 0.42 | 0.08 | 80.2 | 0.7 | 0.73 |
| Hex | C9 | EA | 88 | E | 0 | 2A | 8 | 50 | 46 | 49 |
| Octal | 311 | 352 | 210 | 16 | 0 | 52 | 10 | 120 | 106 | 111 |
| Binary | 11001001 | 11101010 | 10001000 | 1110 | 0 | 101010 | 1000 | 1010000 | 1000110 | 1001001 |
Color Harmonies of #C9EA88
Complementary color
Monochromatic Colors of #C9EA88
Black with #C9EA88
Text Example
Text Example
White with #C9EA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA88; }
p { color: rgb(201,234,136); }
H1.HeaderClassName
{
color: #C9EA88;
}
.AnyTagClassName
{
color: #C9EA88;
}
</style>
background-color css
<style>
a { background-color: #C9EA88; }
a { background-color: rgb(201,234,136); }
div.DivClassName
{
background-color: #C9EA88;
}
.BgClassName
{
background-color: #C9EA88;
}
</style>
border-color css
<style>
span { border-color: #C9EA88; }
span { border-color: rgb(201,234,136); }
td.TdClassName
{
border-color: #C9EA88;
}
.TagClassName
{
border-color: #C9EA88;
}
</style>