Shades of Sulu #C0EC75
Tints of Sulu #C0EC75
RGB
CMYK
RGB Variations
Color information
#C0EC75 (or 0xC0EC75) is known color: Sulu. HEX triplet: C0, EC and 75. RGB value is (192,236,117). Sum of RGB (Red+Green+Blue) = 192+236+117=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EC75 is #3F138A. Grayscale: #D1D1D1. Windows color (decimal): -4133771 or 7728320. OLE color: 7728320.
HSL color Cylindrical-coordinate representation of color #C0EC75: hue angle of 82.18º 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 #C0EC75 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 117 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.07 |
| HSL | 82.18º | 0.76% | 0.69% | - |
| HSV(B) | 82.18º | 0.5% | 0.93% | - |
| XYZ | 54.94 | 72.48 | 27.92 | - |
| YUV | 209.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 117 | 0.19 | 0 | 0.50 | 0.07 | 82.18 | 0.76 | 0.69 |
| Hex | C0 | EC | 75 | 13 | 0 | 32 | 7 | 52 | 4C | 45 |
| Octal | 300 | 354 | 165 | 23 | 0 | 62 | 7 | 122 | 114 | 105 |
| Binary | 11000000 | 11101100 | 1110101 | 10011 | 0 | 110010 | 111 | 1010010 | 1001100 | 1000101 |
Color Harmonies of #C0EC75
Complementary color
Monochromatic Colors of #C0EC75
Black with #C0EC75
Text Example
Text Example
White with #C0EC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC75; }
p { color: rgb(192,236,117); }
H1.HeaderClassName
{
color: #C0EC75;
}
.AnyTagClassName
{
color: #C0EC75;
}
</style>
background-color css
<style>
a { background-color: #C0EC75; }
a { background-color: rgb(192,236,117); }
div.DivClassName
{
background-color: #C0EC75;
}
.BgClassName
{
background-color: #C0EC75;
}
</style>
border-color css
<style>
span { border-color: #C0EC75; }
span { border-color: rgb(192,236,117); }
td.TdClassName
{
border-color: #C0EC75;
}
.TagClassName
{
border-color: #C0EC75;
}
</style>