Shades of Sulu #C0EA88
Tints of Sulu #C0EA88
RGB
CMYK
RGB Variations
Color information
#C0EA88 (or 0xC0EA88) is known color: Sulu. HEX triplet: C0, EA and 88. RGB value is (192,234,136). Sum of RGB (Red+Green+Blue) = 192+234+136=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EA88 is #3F1577. Grayscale: #D2D2D2. Windows color (decimal): -4134264 or 8972992. OLE color: 8972992.
HSL color Cylindrical-coordinate representation of color #C0EA88: hue angle of 85.71º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0EA88 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 136 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.08 |
| HSL | 85.71º | 0.7% | 0.73% | - |
| HSV(B) | 85.71º | 0.42% | 0.92% | - |
| XYZ | 55.6 | 71.83 | 34.23 | - |
| YUV | 210.27 | 86.09 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 136 | 0.18 | 0 | 0.42 | 0.08 | 85.71 | 0.7 | 0.73 |
| Hex | C0 | EA | 88 | 12 | 0 | 2A | 8 | 56 | 46 | 49 |
| Octal | 300 | 352 | 210 | 22 | 0 | 52 | 10 | 126 | 106 | 111 |
| Binary | 11000000 | 11101010 | 10001000 | 10010 | 0 | 101010 | 1000 | 1010110 | 1000110 | 1001001 |
Color Harmonies of #C0EA88
Complementary color
Monochromatic Colors of #C0EA88
Black with #C0EA88
Text Example
Text Example
White with #C0EA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA88; }
p { color: rgb(192,234,136); }
H1.HeaderClassName
{
color: #C0EA88;
}
.AnyTagClassName
{
color: #C0EA88;
}
</style>
background-color css
<style>
a { background-color: #C0EA88; }
a { background-color: rgb(192,234,136); }
div.DivClassName
{
background-color: #C0EA88;
}
.BgClassName
{
background-color: #C0EA88;
}
</style>
border-color css
<style>
span { border-color: #C0EA88; }
span { border-color: rgb(192,234,136); }
td.TdClassName
{
border-color: #C0EA88;
}
.TagClassName
{
border-color: #C0EA88;
}
</style>