Shades of Sulu #C0E892
Tints of Sulu #C0E892
RGB
CMYK
RGB Variations
Color information
#C0E892 (or 0xC0E892) is known color: Sulu. HEX triplet: C0, E8 and 92. RGB value is (192,232,146). Sum of RGB (Red+Green+Blue) = 192+232+146=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 146 (57.42% from 255 or 25.61% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E892 is #3F176D. Grayscale: #D2D2D2. Windows color (decimal): -4134766 or 9627840. OLE color: 9627840.
HSL color Cylindrical-coordinate representation of color #C0E892: hue angle of 87.91º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0E892 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 146 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.09 |
| HSL | 87.91º | 0.65% | 0.74% | - |
| HSV(B) | 87.91º | 0.37% | 0.91% | - |
| XYZ | 55.78 | 71 | 37.96 | - |
| YUV | 210.24 | 91.75 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 146 | 0.17 | 0 | 0.37 | 0.09 | 87.91 | 0.65 | 0.74 |
| Hex | C0 | E8 | 92 | 11 | 0 | 25 | 9 | 58 | 41 | 4A |
| Octal | 300 | 350 | 222 | 21 | 0 | 45 | 11 | 130 | 101 | 112 |
| Binary | 11000000 | 11101000 | 10010010 | 10001 | 0 | 100101 | 1001 | 1011000 | 1000001 | 1001010 |
Color Harmonies of #C0E892
Complementary color
Monochromatic Colors of #C0E892
Black with #C0E892
Text Example
Text Example
White with #C0E892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E892; }
p { color: rgb(192,232,146); }
H1.HeaderClassName
{
color: #C0E892;
}
.AnyTagClassName
{
color: #C0E892;
}
</style>
background-color css
<style>
a { background-color: #C0E892; }
a { background-color: rgb(192,232,146); }
div.DivClassName
{
background-color: #C0E892;
}
.BgClassName
{
background-color: #C0E892;
}
</style>
border-color css
<style>
span { border-color: #C0E892; }
span { border-color: rgb(192,232,146); }
td.TdClassName
{
border-color: #C0E892;
}
.TagClassName
{
border-color: #C0E892;
}
</style>