Shades of Sulu #C0E170
Tints of Sulu #C0E170
RGB
CMYK
RGB Variations
Color information
#C0E170 (or 0xC0E170) is known color: Sulu. HEX triplet: C0, E1 and 70. RGB value is (192,225,112). Sum of RGB (Red+Green+Blue) = 192+225+112=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E170 is #3F1E8F. Grayscale: #CACACA. Windows color (decimal): -4136592 or 7397824. OLE color: 7397824.
HSL color Cylindrical-coordinate representation of color #C0E170: hue angle of 77.52º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0E170 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 112 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.12 |
| HSL | 77.52º | 0.65% | 0.66% | - |
| HSV(B) | 77.52º | 0.5% | 0.88% | - |
| XYZ | 51.59 | 66.23 | 25.39 | - |
| YUV | 202.25 | 77.07 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 112 | 0.15 | 0 | 0.50 | 0.12 | 77.52 | 0.65 | 0.66 |
| Hex | C0 | E1 | 70 | F | 0 | 32 | C | 4E | 41 | 42 |
| Octal | 300 | 341 | 160 | 17 | 0 | 62 | 14 | 116 | 101 | 102 |
| Binary | 11000000 | 11100001 | 1110000 | 1111 | 0 | 110010 | 1100 | 1001110 | 1000001 | 1000010 |
Color Harmonies of #C0E170
Complementary color
Monochromatic Colors of #C0E170
Black with #C0E170
Text Example
Text Example
White with #C0E170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E170; }
p { color: rgb(192,225,112); }
H1.HeaderClassName
{
color: #C0E170;
}
.AnyTagClassName
{
color: #C0E170;
}
</style>
background-color css
<style>
a { background-color: #C0E170; }
a { background-color: rgb(192,225,112); }
div.DivClassName
{
background-color: #C0E170;
}
.BgClassName
{
background-color: #C0E170;
}
</style>
border-color css
<style>
span { border-color: #C0E170; }
span { border-color: rgb(192,225,112); }
td.TdClassName
{
border-color: #C0E170;
}
.TagClassName
{
border-color: #C0E170;
}
</style>