Shades of Sulu #C9EA6F
Tints of Sulu #C9EA6F
RGB
CMYK
RGB Variations
Color information
#C9EA6F (or 0xC9EA6F) is known color: Sulu. HEX triplet: C9, EA and 6F. RGB value is (201,234,111). Sum of RGB (Red+Green+Blue) = 201+234+111=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EA6F is #361590. Grayscale: #D2D2D2. Windows color (decimal): -3544465 or 7334601. OLE color: 7334601.
HSL color Cylindrical-coordinate representation of color #C9EA6F: hue angle of 76.1º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9EA6F is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 111 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.08 |
| HSL | 76.1º | 0.75% | 0.68% | - |
| HSV(B) | 76.1º | 0.53% | 0.92% | - |
| XYZ | 56.38 | 72.41 | 26.04 | - |
| YUV | 210.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 111 | 0.14 | 0 | 0.53 | 0.08 | 76.1 | 0.75 | 0.68 |
| Hex | C9 | EA | 6F | E | 0 | 35 | 8 | 4C | 4B | 44 |
| Octal | 311 | 352 | 157 | 16 | 0 | 65 | 10 | 114 | 113 | 104 |
| Binary | 11001001 | 11101010 | 1101111 | 1110 | 0 | 110101 | 1000 | 1001100 | 1001011 | 1000100 |
Color Harmonies of #C9EA6F
Complementary color
Monochromatic Colors of #C9EA6F
Black with #C9EA6F
Text Example
Text Example
White with #C9EA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA6F; }
p { color: rgb(201,234,111); }
H1.HeaderClassName
{
color: #C9EA6F;
}
.AnyTagClassName
{
color: #C9EA6F;
}
</style>
background-color css
<style>
a { background-color: #C9EA6F; }
a { background-color: rgb(201,234,111); }
div.DivClassName
{
background-color: #C9EA6F;
}
.BgClassName
{
background-color: #C9EA6F;
}
</style>
border-color css
<style>
span { border-color: #C9EA6F; }
span { border-color: rgb(201,234,111); }
td.TdClassName
{
border-color: #C9EA6F;
}
.TagClassName
{
border-color: #C9EA6F;
}
</style>