Shades of Sulu #C0EA81
Tints of Sulu #C0EA81
RGB
CMYK
RGB Variations
Color information
#C0EA81 (or 0xC0EA81) is known color: Sulu. HEX triplet: C0, EA and 81. RGB value is (192,234,129). Sum of RGB (Red+Green+Blue) = 192+234+129=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EA81 is #3F157E. Grayscale: #D1D1D1. Windows color (decimal): -4134271 or 8514240. OLE color: 8514240.
HSL color Cylindrical-coordinate representation of color #C0EA81: hue angle of 84º 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 #C0EA81 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 129 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.08 |
| HSL | 84º | 0.71% | 0.71% | - |
| HSV(B) | 84º | 0.45% | 0.92% | - |
| XYZ | 55.12 | 71.64 | 31.69 | - |
| YUV | 209.47 | 82.59 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 129 | 0.18 | 0 | 0.45 | 0.08 | 84 | 0.71 | 0.71 |
| Hex | C0 | EA | 81 | 12 | 0 | 2D | 8 | 54 | 47 | 47 |
| Octal | 300 | 352 | 201 | 22 | 0 | 55 | 10 | 124 | 107 | 107 |
| Binary | 11000000 | 11101010 | 10000001 | 10010 | 0 | 101101 | 1000 | 1010100 | 1000111 | 1000111 |
Color Harmonies of #C0EA81
Complementary color
Monochromatic Colors of #C0EA81
Black with #C0EA81
Text Example
Text Example
White with #C0EA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA81; }
p { color: rgb(192,234,129); }
H1.HeaderClassName
{
color: #C0EA81;
}
.AnyTagClassName
{
color: #C0EA81;
}
</style>
background-color css
<style>
a { background-color: #C0EA81; }
a { background-color: rgb(192,234,129); }
div.DivClassName
{
background-color: #C0EA81;
}
.BgClassName
{
background-color: #C0EA81;
}
</style>
border-color css
<style>
span { border-color: #C0EA81; }
span { border-color: rgb(192,234,129); }
td.TdClassName
{
border-color: #C0EA81;
}
.TagClassName
{
border-color: #C0EA81;
}
</style>