Shades of Sulu #C0EC76
Tints of Sulu #C0EC76
RGB
CMYK
RGB Variations
Color information
#C0EC76 (or 0xC0EC76) is known color: Sulu. HEX triplet: C0, EC and 76. RGB value is (192,236,118). Sum of RGB (Red+Green+Blue) = 192+236+118=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EC76 is #3F1389. Grayscale: #D1D1D1. Windows color (decimal): -4133770 or 7793856. OLE color: 7793856.
HSL color Cylindrical-coordinate representation of color #C0EC76: hue angle of 82.37º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0EC76 is Cyan = 0.19, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 118 | - |
| CMYK | 0.19 | 0 | 0.5 | 0.07 |
| HSL | 82.37º | 0.76% | 0.69% | - |
| HSV(B) | 82.37º | 0.5% | 0.93% | - |
| XYZ | 55 | 72.51 | 28.24 | - |
| YUV | 209.39 | 76.42 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 118 | 0.19 | 0 | 0.5 | 0.07 | 82.37 | 0.76 | 0.69 |
| Hex | C0 | EC | 76 | 13 | 0 | 32 | 7 | 52 | 4C | 45 |
| Octal | 300 | 354 | 166 | 23 | 0 | 62 | 7 | 122 | 114 | 105 |
| Binary | 11000000 | 11101100 | 1110110 | 10011 | 0 | 110010 | 111 | 1010010 | 1001100 | 1000101 |
Color Harmonies of #C0EC76
Complementary color
Monochromatic Colors of #C0EC76
Black with #C0EC76
Text Example
Text Example
White with #C0EC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC76; }
p { color: rgb(192,236,118); }
H1.HeaderClassName
{
color: #C0EC76;
}
.AnyTagClassName
{
color: #C0EC76;
}
</style>
background-color css
<style>
a { background-color: #C0EC76; }
a { background-color: rgb(192,236,118); }
div.DivClassName
{
background-color: #C0EC76;
}
.BgClassName
{
background-color: #C0EC76;
}
</style>
border-color css
<style>
span { border-color: #C0EC76; }
span { border-color: rgb(192,236,118); }
td.TdClassName
{
border-color: #C0EC76;
}
.TagClassName
{
border-color: #C0EC76;
}
</style>