Shades of Sulu #C0E86D
Tints of Sulu #C0E86D
RGB
CMYK
RGB Variations
Color information
#C0E86D (or 0xC0E86D) is known color: Sulu. HEX triplet: C0, E8 and 6D. RGB value is (192,232,109). Sum of RGB (Red+Green+Blue) = 192+232+109=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E86D is #3F1792. Grayscale: #CECECE. Windows color (decimal): -4134803 or 7203008. OLE color: 7203008.
HSL color Cylindrical-coordinate representation of color #C0E86D: hue angle of 79.51º 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 #C0E86D is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 109 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.09 |
| HSL | 79.51º | 0.73% | 0.67% | - |
| HSV(B) | 79.51º | 0.53% | 0.91% | - |
| XYZ | 53.36 | 70.02 | 25.17 | - |
| YUV | 206.02 | 73.25 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 109 | 0.17 | 0 | 0.53 | 0.09 | 79.51 | 0.73 | 0.67 |
| Hex | C0 | E8 | 6D | 11 | 0 | 35 | 9 | 50 | 49 | 43 |
| Octal | 300 | 350 | 155 | 21 | 0 | 65 | 11 | 120 | 111 | 103 |
| Binary | 11000000 | 11101000 | 1101101 | 10001 | 0 | 110101 | 1001 | 1010000 | 1001001 | 1000011 |
Color Harmonies of #C0E86D
Complementary color
Monochromatic Colors of #C0E86D
Black with #C0E86D
Text Example
Text Example
White with #C0E86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E86D; }
p { color: rgb(192,232,109); }
H1.HeaderClassName
{
color: #C0E86D;
}
.AnyTagClassName
{
color: #C0E86D;
}
</style>
background-color css
<style>
a { background-color: #C0E86D; }
a { background-color: rgb(192,232,109); }
div.DivClassName
{
background-color: #C0E86D;
}
.BgClassName
{
background-color: #C0E86D;
}
</style>
border-color css
<style>
span { border-color: #C0E86D; }
span { border-color: rgb(192,232,109); }
td.TdClassName
{
border-color: #C0E86D;
}
.TagClassName
{
border-color: #C0E86D;
}
</style>