Shades of Sulu #C0E586
Tints of Sulu #C0E586
RGB
CMYK
RGB Variations
Color information
#C0E586 (or 0xC0E586) is known color: Sulu. HEX triplet: C0, E5 and 86. RGB value is (192,229,134). Sum of RGB (Red+Green+Blue) = 192+229+134=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E586 is #3F1A79. Grayscale: #CFCFCF. Windows color (decimal): -4135546 or 8840640. OLE color: 8840640.
HSL color Cylindrical-coordinate representation of color #C0E586: hue angle of 83.37º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0E586 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 134 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.10 |
| HSL | 83.37º | 0.65% | 0.71% | - |
| HSV(B) | 83.37º | 0.41% | 0.9% | - |
| XYZ | 54.06 | 68.97 | 33.02 | - |
| YUV | 207.11 | 86.74 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 134 | 0.16 | 0 | 0.41 | 0.10 | 83.37 | 0.65 | 0.71 |
| Hex | C0 | E5 | 86 | 10 | 0 | 29 | A | 53 | 41 | 47 |
| Octal | 300 | 345 | 206 | 20 | 0 | 51 | 12 | 123 | 101 | 107 |
| Binary | 11000000 | 11100101 | 10000110 | 10000 | 0 | 101001 | 1010 | 1010011 | 1000001 | 1000111 |
Color Harmonies of #C0E586
Complementary color
Monochromatic Colors of #C0E586
Black with #C0E586
Text Example
Text Example
White with #C0E586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E586; }
p { color: rgb(192,229,134); }
H1.HeaderClassName
{
color: #C0E586;
}
.AnyTagClassName
{
color: #C0E586;
}
</style>
background-color css
<style>
a { background-color: #C0E586; }
a { background-color: rgb(192,229,134); }
div.DivClassName
{
background-color: #C0E586;
}
.BgClassName
{
background-color: #C0E586;
}
</style>
border-color css
<style>
span { border-color: #C0E586; }
span { border-color: rgb(192,229,134); }
td.TdClassName
{
border-color: #C0E586;
}
.TagClassName
{
border-color: #C0E586;
}
</style>