Shades of Sulu #C0E86E
Tints of Sulu #C0E86E
RGB
CMYK
RGB Variations
Color information
#C0E86E (or 0xC0E86E) is known color: Sulu. HEX triplet: C0, E8 and 6E. RGB value is (192,232,110). Sum of RGB (Red+Green+Blue) = 192+232+110=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E86E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E86E is #3F1791. Grayscale: #CECECE. Windows color (decimal): -4134802 or 7268544. OLE color: 7268544.
HSL color Cylindrical-coordinate representation of color #C0E86E: hue angle of 79.67º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0E86E is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 110 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.09 |
| HSL | 79.67º | 0.73% | 0.67% | - |
| HSV(B) | 79.67º | 0.53% | 0.91% | - |
| XYZ | 53.41 | 70.05 | 25.46 | - |
| YUV | 206.13 | 73.75 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 110 | 0.17 | 0 | 0.53 | 0.09 | 79.67 | 0.73 | 0.67 |
| Hex | C0 | E8 | 6E | 11 | 0 | 35 | 9 | 50 | 49 | 43 |
| Octal | 300 | 350 | 156 | 21 | 0 | 65 | 11 | 120 | 111 | 103 |
| Binary | 11000000 | 11101000 | 1101110 | 10001 | 0 | 110101 | 1001 | 1010000 | 1001001 | 1000011 |
Color Harmonies of #C0E86E
Complementary color
Monochromatic Colors of #C0E86E
Black with #C0E86E
Text Example
Text Example
White with #C0E86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E86E; }
p { color: rgb(192,232,110); }
H1.HeaderClassName
{
color: #C0E86E;
}
.AnyTagClassName
{
color: #C0E86E;
}
</style>
background-color css
<style>
a { background-color: #C0E86E; }
a { background-color: rgb(192,232,110); }
div.DivClassName
{
background-color: #C0E86E;
}
.BgClassName
{
background-color: #C0E86E;
}
</style>
border-color css
<style>
span { border-color: #C0E86E; }
span { border-color: rgb(192,232,110); }
td.TdClassName
{
border-color: #C0E86E;
}
.TagClassName
{
border-color: #C0E86E;
}
</style>