Shades of Sulu #C9EE84
Tints of Sulu #C9EE84
RGB
CMYK
RGB Variations
Color information
#C9EE84 (or 0xC9EE84) is known color: Sulu. HEX triplet: C9, EE and 84. RGB value is (201,238,132). Sum of RGB (Red+Green+Blue) = 201+238+132=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 132 (51.95% from 255 or 23.12% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EE84 is #36117B. Grayscale: #D7D7D7. Windows color (decimal): -3543420 or 8711881. OLE color: 8711881.
HSL color Cylindrical-coordinate representation of color #C9EE84: hue angle of 80.94º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9EE84 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 238 | 132 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.07 |
| HSL | 80.94º | 0.76% | 0.73% | - |
| HSV(B) | 80.94º | 0.45% | 0.93% | - |
| XYZ | 58.83 | 75.23 | 33.25 | - |
| YUV | 214.85 | 81.24 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 238 | 132 | 0.16 | 0 | 0.45 | 0.07 | 80.94 | 0.76 | 0.73 |
| Hex | C9 | EE | 84 | 10 | 0 | 2D | 7 | 51 | 4C | 49 |
| Octal | 311 | 356 | 204 | 20 | 0 | 55 | 7 | 121 | 114 | 111 |
| Binary | 11001001 | 11101110 | 10000100 | 10000 | 0 | 101101 | 111 | 1010001 | 1001100 | 1001001 |
Color Harmonies of #C9EE84
Complementary color
Monochromatic Colors of #C9EE84
Black with #C9EE84
Text Example
Text Example
White with #C9EE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EE84; }
p { color: rgb(201,238,132); }
H1.HeaderClassName
{
color: #C9EE84;
}
.AnyTagClassName
{
color: #C9EE84;
}
</style>
background-color css
<style>
a { background-color: #C9EE84; }
a { background-color: rgb(201,238,132); }
div.DivClassName
{
background-color: #C9EE84;
}
.BgClassName
{
background-color: #C9EE84;
}
</style>
border-color css
<style>
span { border-color: #C9EE84; }
span { border-color: rgb(201,238,132); }
td.TdClassName
{
border-color: #C9EE84;
}
.TagClassName
{
border-color: #C9EE84;
}
</style>