Shades of Sulu #C0EC6C
Tints of Sulu #C0EC6C
RGB
CMYK
RGB Variations
Color information
#C0EC6C (or 0xC0EC6C) is known color: Sulu. HEX triplet: C0, EC and 6C. RGB value is (192,236,108). Sum of RGB (Red+Green+Blue) = 192+236+108=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EC6C is #3F1393. Grayscale: #D0D0D0. Windows color (decimal): -4133780 or 7138496. OLE color: 7138496.
HSL color Cylindrical-coordinate representation of color #C0EC6C: hue angle of 80.62º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0EC6C is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 108 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.07 |
| HSL | 80.63º | 0.77% | 0.67% | - |
| HSV(B) | 80.63º | 0.54% | 0.93% | - |
| XYZ | 54.44 | 72.28 | 25.27 | - |
| YUV | 208.25 | 71.42 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 108 | 0.19 | 0 | 0.54 | 0.07 | 80.63 | 0.77 | 0.67 |
| Hex | C0 | EC | 6C | 13 | 0 | 36 | 7 | 51 | 4D | 43 |
| Octal | 300 | 354 | 154 | 23 | 0 | 66 | 7 | 121 | 115 | 103 |
| Binary | 11000000 | 11101100 | 1101100 | 10011 | 0 | 110110 | 111 | 1010001 | 1001101 | 1000011 |
Color Harmonies of #C0EC6C
Complementary color
Monochromatic Colors of #C0EC6C
Black with #C0EC6C
Text Example
Text Example
White with #C0EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC6C; }
p { color: rgb(192,236,108); }
H1.HeaderClassName
{
color: #C0EC6C;
}
.AnyTagClassName
{
color: #C0EC6C;
}
</style>
background-color css
<style>
a { background-color: #C0EC6C; }
a { background-color: rgb(192,236,108); }
div.DivClassName
{
background-color: #C0EC6C;
}
.BgClassName
{
background-color: #C0EC6C;
}
</style>
border-color css
<style>
span { border-color: #C0EC6C; }
span { border-color: rgb(192,236,108); }
td.TdClassName
{
border-color: #C0EC6C;
}
.TagClassName
{
border-color: #C0EC6C;
}
</style>