Shades of Sulu #C9EA83
Tints of Sulu #C9EA83
RGB
CMYK
RGB Variations
Color information
#C9EA83 (or 0xC9EA83) is known color: Sulu. HEX triplet: C9, EA and 83. RGB value is (201,234,131). Sum of RGB (Red+Green+Blue) = 201+234+131=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EA83 is #36157C. Grayscale: #D4D4D4. Windows color (decimal): -3544445 or 8645321. OLE color: 8645321.
HSL color Cylindrical-coordinate representation of color #C9EA83: hue angle of 79.22º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9EA83 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 131 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.08 |
| HSL | 79.22º | 0.71% | 0.72% | - |
| HSV(B) | 79.22º | 0.44% | 0.92% | - |
| XYZ | 57.61 | 72.9 | 32.51 | - |
| YUV | 212.39 | 82.07 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 131 | 0.14 | 0 | 0.44 | 0.08 | 79.22 | 0.71 | 0.72 |
| Hex | C9 | EA | 83 | E | 0 | 2C | 8 | 4F | 47 | 48 |
| Octal | 311 | 352 | 203 | 16 | 0 | 54 | 10 | 117 | 107 | 110 |
| Binary | 11001001 | 11101010 | 10000011 | 1110 | 0 | 101100 | 1000 | 1001111 | 1000111 | 1001000 |
Color Harmonies of #C9EA83
Complementary color
Monochromatic Colors of #C9EA83
Black with #C9EA83
Text Example
Text Example
White with #C9EA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA83; }
p { color: rgb(201,234,131); }
H1.HeaderClassName
{
color: #C9EA83;
}
.AnyTagClassName
{
color: #C9EA83;
}
</style>
background-color css
<style>
a { background-color: #C9EA83; }
a { background-color: rgb(201,234,131); }
div.DivClassName
{
background-color: #C9EA83;
}
.BgClassName
{
background-color: #C9EA83;
}
</style>
border-color css
<style>
span { border-color: #C9EA83; }
span { border-color: rgb(201,234,131); }
td.TdClassName
{
border-color: #C9EA83;
}
.TagClassName
{
border-color: #C9EA83;
}
</style>