Shades of Sulu #C9EF76
Tints of Sulu #C9EF76
RGB
CMYK
RGB Variations
Color information
#C9EF76 (or 0xC9EF76) is known color: Sulu. HEX triplet: C9, EF and 76. RGB value is (201,239,118). Sum of RGB (Red+Green+Blue) = 201+239+118=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EF76 is #361089. Grayscale: #D6D6D6. Windows color (decimal): -3543178 or 7794633. OLE color: 7794633.
HSL color Cylindrical-coordinate representation of color #C9EF76: hue angle of 78.84º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9EF76 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 118 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.06 |
| HSL | 78.84º | 0.79% | 0.7% | - |
| HSV(B) | 78.84º | 0.51% | 0.94% | - |
| XYZ | 58.22 | 75.46 | 28.64 | - |
| YUV | 213.84 | 73.91 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 118 | 0.16 | 0 | 0.51 | 0.06 | 78.84 | 0.79 | 0.7 |
| Hex | C9 | EF | 76 | 10 | 0 | 33 | 6 | 4F | 4F | 46 |
| Octal | 311 | 357 | 166 | 20 | 0 | 63 | 6 | 117 | 117 | 106 |
| Binary | 11001001 | 11101111 | 1110110 | 10000 | 0 | 110011 | 110 | 1001111 | 1001111 | 1000110 |
Color Harmonies of #C9EF76
Complementary color
Monochromatic Colors of #C9EF76
Black with #C9EF76
Text Example
Text Example
White with #C9EF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EF76; }
p { color: rgb(201,239,118); }
H1.HeaderClassName
{
color: #C9EF76;
}
.AnyTagClassName
{
color: #C9EF76;
}
</style>
background-color css
<style>
a { background-color: #C9EF76; }
a { background-color: rgb(201,239,118); }
div.DivClassName
{
background-color: #C9EF76;
}
.BgClassName
{
background-color: #C9EF76;
}
</style>
border-color css
<style>
span { border-color: #C9EF76; }
span { border-color: rgb(201,239,118); }
td.TdClassName
{
border-color: #C9EF76;
}
.TagClassName
{
border-color: #C9EF76;
}
</style>