Shades of Sulu #C0EA80
Tints of Sulu #C0EA80
RGB
CMYK
RGB Variations
Color information
#C0EA80 (or 0xC0EA80) is known color: Sulu. HEX triplet: C0, EA and 80. RGB value is (192,234,128). Sum of RGB (Red+Green+Blue) = 192+234+128=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EA80 is #3F157F. Grayscale: #D1D1D1. Windows color (decimal): -4134272 or 8448704. OLE color: 8448704.
HSL color Cylindrical-coordinate representation of color #C0EA80: hue angle of 83.77º degrees, saturation: 0.72, 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 #C0EA80 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 128 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.08 |
| HSL | 83.77º | 0.72% | 0.71% | - |
| HSV(B) | 83.77º | 0.45% | 0.92% | - |
| XYZ | 55.06 | 71.61 | 31.34 | - |
| YUV | 209.36 | 82.09 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 128 | 0.18 | 0 | 0.45 | 0.08 | 83.77 | 0.72 | 0.71 |
| Hex | C0 | EA | 80 | 12 | 0 | 2D | 8 | 54 | 48 | 47 |
| Octal | 300 | 352 | 200 | 22 | 0 | 55 | 10 | 124 | 110 | 107 |
| Binary | 11000000 | 11101010 | 10000000 | 10010 | 0 | 101101 | 1000 | 1010100 | 1001000 | 1000111 |
Color Harmonies of #C0EA80
Complementary color
Monochromatic Colors of #C0EA80
Black with #C0EA80
Text Example
Text Example
White with #C0EA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA80; }
p { color: rgb(192,234,128); }
H1.HeaderClassName
{
color: #C0EA80;
}
.AnyTagClassName
{
color: #C0EA80;
}
</style>
background-color css
<style>
a { background-color: #C0EA80; }
a { background-color: rgb(192,234,128); }
div.DivClassName
{
background-color: #C0EA80;
}
.BgClassName
{
background-color: #C0EA80;
}
</style>
border-color css
<style>
span { border-color: #C0EA80; }
span { border-color: rgb(192,234,128); }
td.TdClassName
{
border-color: #C0EA80;
}
.TagClassName
{
border-color: #C0EA80;
}
</style>