Shades of Sulu #C0ED70
Tints of Sulu #C0ED70
RGB
CMYK
RGB Variations
Color information
#C0ED70 (or 0xC0ED70) is known color: Sulu. HEX triplet: C0, ED and 70. RGB value is (192,237,112). Sum of RGB (Red+Green+Blue) = 192+237+112=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0ED70 is #3F128F. Grayscale: #D1D1D1. Windows color (decimal): -4133520 or 7400896. OLE color: 7400896.
HSL color Cylindrical-coordinate representation of color #C0ED70: hue angle of 81.6º degrees, saturation: 0.78, 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 #C0ED70 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 112 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.07 |
| HSL | 81.6º | 0.78% | 0.68% | - |
| HSV(B) | 81.6º | 0.53% | 0.93% | - |
| XYZ | 54.95 | 72.94 | 26.51 | - |
| YUV | 209.3 | 73.09 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 112 | 0.19 | 0 | 0.53 | 0.07 | 81.6 | 0.78 | 0.68 |
| Hex | C0 | ED | 70 | 13 | 0 | 35 | 7 | 52 | 4E | 44 |
| Octal | 300 | 355 | 160 | 23 | 0 | 65 | 7 | 122 | 116 | 104 |
| Binary | 11000000 | 11101101 | 1110000 | 10011 | 0 | 110101 | 111 | 1010010 | 1001110 | 1000100 |
Color Harmonies of #C0ED70
Complementary color
Monochromatic Colors of #C0ED70
Black with #C0ED70
Text Example
Text Example
White with #C0ED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED70; }
p { color: rgb(192,237,112); }
H1.HeaderClassName
{
color: #C0ED70;
}
.AnyTagClassName
{
color: #C0ED70;
}
</style>
background-color css
<style>
a { background-color: #C0ED70; }
a { background-color: rgb(192,237,112); }
div.DivClassName
{
background-color: #C0ED70;
}
.BgClassName
{
background-color: #C0ED70;
}
</style>
border-color css
<style>
span { border-color: #C0ED70; }
span { border-color: rgb(192,237,112); }
td.TdClassName
{
border-color: #C0ED70;
}
.TagClassName
{
border-color: #C0ED70;
}
</style>