Shades of Sulu #C0E58E
Tints of Sulu #C0E58E
RGB
CMYK
RGB Variations
Color information
#C0E58E (or 0xC0E58E) is known color: Sulu. HEX triplet: C0, E5 and 8E. RGB value is (192,229,142). Sum of RGB (Red+Green+Blue) = 192+229+142=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E58E is #3F1A71. Grayscale: #D0D0D0. Windows color (decimal): -4135538 or 9364928. OLE color: 9364928.
HSL color Cylindrical-coordinate representation of color #C0E58E: hue angle of 85.52º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0E58E is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 142 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.10 |
| HSL | 85.52º | 0.63% | 0.73% | - |
| HSV(B) | 85.52º | 0.38% | 0.9% | - |
| XYZ | 54.64 | 69.2 | 36.07 | - |
| YUV | 208.02 | 90.74 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 142 | 0.16 | 0 | 0.38 | 0.10 | 85.52 | 0.63 | 0.73 |
| Hex | C0 | E5 | 8E | 10 | 0 | 26 | A | 56 | 3F | 49 |
| Octal | 300 | 345 | 216 | 20 | 0 | 46 | 12 | 126 | 77 | 111 |
| Binary | 11000000 | 11100101 | 10001110 | 10000 | 0 | 100110 | 1010 | 1010110 | 111111 | 1001001 |
Color Harmonies of #C0E58E
Complementary color
Monochromatic Colors of #C0E58E
Black with #C0E58E
Text Example
Text Example
White with #C0E58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E58E; }
p { color: rgb(192,229,142); }
H1.HeaderClassName
{
color: #C0E58E;
}
.AnyTagClassName
{
color: #C0E58E;
}
</style>
background-color css
<style>
a { background-color: #C0E58E; }
a { background-color: rgb(192,229,142); }
div.DivClassName
{
background-color: #C0E58E;
}
.BgClassName
{
background-color: #C0E58E;
}
</style>
border-color css
<style>
span { border-color: #C0E58E; }
span { border-color: rgb(192,229,142); }
td.TdClassName
{
border-color: #C0E58E;
}
.TagClassName
{
border-color: #C0E58E;
}
</style>