Shades of Sulu #C0EC70
Tints of Sulu #C0EC70
RGB
CMYK
RGB Variations
Color information
#C0EC70 (or 0xC0EC70) is known color: Sulu. HEX triplet: C0, EC and 70. RGB value is (192,236,112). Sum of RGB (Red+Green+Blue) = 192+236+112=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EC70 is #3F138F. Grayscale: #D1D1D1. Windows color (decimal): -4133776 or 7400640. OLE color: 7400640.
HSL color Cylindrical-coordinate representation of color #C0EC70: hue angle of 81.29º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0EC70 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 112 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.07 |
| HSL | 81.29º | 0.77% | 0.68% | - |
| HSV(B) | 81.29º | 0.53% | 0.93% | - |
| XYZ | 54.66 | 72.37 | 26.42 | - |
| YUV | 208.71 | 73.42 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 112 | 0.19 | 0 | 0.53 | 0.07 | 81.29 | 0.77 | 0.68 |
| Hex | C0 | EC | 70 | 13 | 0 | 35 | 7 | 51 | 4D | 44 |
| Octal | 300 | 354 | 160 | 23 | 0 | 65 | 7 | 121 | 115 | 104 |
| Binary | 11000000 | 11101100 | 1110000 | 10011 | 0 | 110101 | 111 | 1010001 | 1001101 | 1000100 |
Color Harmonies of #C0EC70
Complementary color
Monochromatic Colors of #C0EC70
Black with #C0EC70
Text Example
Text Example
White with #C0EC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC70; }
p { color: rgb(192,236,112); }
H1.HeaderClassName
{
color: #C0EC70;
}
.AnyTagClassName
{
color: #C0EC70;
}
</style>
background-color css
<style>
a { background-color: #C0EC70; }
a { background-color: rgb(192,236,112); }
div.DivClassName
{
background-color: #C0EC70;
}
.BgClassName
{
background-color: #C0EC70;
}
</style>
border-color css
<style>
span { border-color: #C0EC70; }
span { border-color: rgb(192,236,112); }
td.TdClassName
{
border-color: #C0EC70;
}
.TagClassName
{
border-color: #C0EC70;
}
</style>