Shades of Sulu #C9E96F
Tints of Sulu #C9E96F
RGB
CMYK
RGB Variations
Color information
#C9E96F (or 0xC9E96F) is known color: Sulu. HEX triplet: C9, E9 and 6F. RGB value is (201,233,111). Sum of RGB (Red+Green+Blue) = 201+233+111=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E96F is #361690. Grayscale: #D1D1D1. Windows color (decimal): -3544721 or 7334345. OLE color: 7334345.
HSL color Cylindrical-coordinate representation of color #C9E96F: hue angle of 75.74º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9E96F is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 111 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.09 |
| HSL | 75.74º | 0.73% | 0.67% | - |
| HSV(B) | 75.74º | 0.52% | 0.91% | - |
| XYZ | 56.1 | 71.84 | 25.95 | - |
| YUV | 209.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 111 | 0.14 | 0 | 0.52 | 0.09 | 75.74 | 0.73 | 0.67 |
| Hex | C9 | E9 | 6F | E | 0 | 34 | 9 | 4C | 49 | 43 |
| Octal | 311 | 351 | 157 | 16 | 0 | 64 | 11 | 114 | 111 | 103 |
| Binary | 11001001 | 11101001 | 1101111 | 1110 | 0 | 110100 | 1001 | 1001100 | 1001001 | 1000011 |
Color Harmonies of #C9E96F
Complementary color
Monochromatic Colors of #C9E96F
Black with #C9E96F
Text Example
Text Example
White with #C9E96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E96F; }
p { color: rgb(201,233,111); }
H1.HeaderClassName
{
color: #C9E96F;
}
.AnyTagClassName
{
color: #C9E96F;
}
</style>
background-color css
<style>
a { background-color: #C9E96F; }
a { background-color: rgb(201,233,111); }
div.DivClassName
{
background-color: #C9E96F;
}
.BgClassName
{
background-color: #C9E96F;
}
</style>
border-color css
<style>
span { border-color: #C9E96F; }
span { border-color: rgb(201,233,111); }
td.TdClassName
{
border-color: #C9E96F;
}
.TagClassName
{
border-color: #C9E96F;
}
</style>