Shades of Sulu #C9EF84
Tints of Sulu #C9EF84
RGB
CMYK
RGB Variations
Color information
#C9EF84 (or 0xC9EF84) is known color: Sulu. HEX triplet: C9, EF and 84. RGB value is (201,239,132). Sum of RGB (Red+Green+Blue) = 201+239+132=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EF84 is #36107B. Grayscale: #D7D7D7. Windows color (decimal): -3543164 or 8712137. OLE color: 8712137.
HSL color Cylindrical-coordinate representation of color #C9EF84: hue angle of 81.31º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9EF84 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 132 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.06 |
| HSL | 81.31º | 0.77% | 0.73% | - |
| HSV(B) | 81.31º | 0.45% | 0.94% | - |
| XYZ | 59.12 | 75.82 | 33.35 | - |
| YUV | 215.44 | 80.91 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 132 | 0.16 | 0 | 0.45 | 0.06 | 81.31 | 0.77 | 0.73 |
| Hex | C9 | EF | 84 | 10 | 0 | 2D | 6 | 51 | 4D | 49 |
| Octal | 311 | 357 | 204 | 20 | 0 | 55 | 6 | 121 | 115 | 111 |
| Binary | 11001001 | 11101111 | 10000100 | 10000 | 0 | 101101 | 110 | 1010001 | 1001101 | 1001001 |
Color Harmonies of #C9EF84
Complementary color
Monochromatic Colors of #C9EF84
Black with #C9EF84
Text Example
Text Example
White with #C9EF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EF84; }
p { color: rgb(201,239,132); }
H1.HeaderClassName
{
color: #C9EF84;
}
.AnyTagClassName
{
color: #C9EF84;
}
</style>
background-color css
<style>
a { background-color: #C9EF84; }
a { background-color: rgb(201,239,132); }
div.DivClassName
{
background-color: #C9EF84;
}
.BgClassName
{
background-color: #C9EF84;
}
</style>
border-color css
<style>
span { border-color: #C9EF84; }
span { border-color: rgb(201,239,132); }
td.TdClassName
{
border-color: #C9EF84;
}
.TagClassName
{
border-color: #C9EF84;
}
</style>