Shades of Sulu #C9EA81
Tints of Sulu #C9EA81
RGB
CMYK
RGB Variations
Color information
#C9EA81 (or 0xC9EA81) is known color: Sulu. HEX triplet: C9, EA and 81. RGB value is (201,234,129). Sum of RGB (Red+Green+Blue) = 201+234+129=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EA81 is #36157E. Grayscale: #D4D4D4. Windows color (decimal): -3544447 or 8514249. OLE color: 8514249.
HSL color Cylindrical-coordinate representation of color #C9EA81: hue angle of 78.86º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9EA81 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 129 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.08 |
| HSL | 78.86º | 0.71% | 0.71% | - |
| HSV(B) | 78.86º | 0.45% | 0.92% | - |
| XYZ | 57.47 | 72.85 | 31.8 | - |
| YUV | 212.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 129 | 0.14 | 0 | 0.45 | 0.08 | 78.86 | 0.71 | 0.71 |
| Hex | C9 | EA | 81 | E | 0 | 2D | 8 | 4F | 47 | 47 |
| Octal | 311 | 352 | 201 | 16 | 0 | 55 | 10 | 117 | 107 | 107 |
| Binary | 11001001 | 11101010 | 10000001 | 1110 | 0 | 101101 | 1000 | 1001111 | 1000111 | 1000111 |
Color Harmonies of #C9EA81
Complementary color
Monochromatic Colors of #C9EA81
Black with #C9EA81
Text Example
Text Example
White with #C9EA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA81; }
p { color: rgb(201,234,129); }
H1.HeaderClassName
{
color: #C9EA81;
}
.AnyTagClassName
{
color: #C9EA81;
}
</style>
background-color css
<style>
a { background-color: #C9EA81; }
a { background-color: rgb(201,234,129); }
div.DivClassName
{
background-color: #C9EA81;
}
.BgClassName
{
background-color: #C9EA81;
}
</style>
border-color css
<style>
span { border-color: #C9EA81; }
span { border-color: rgb(201,234,129); }
td.TdClassName
{
border-color: #C9EA81;
}
.TagClassName
{
border-color: #C9EA81;
}
</style>