Shades of Sulu #C0E58C
Tints of Sulu #C0E58C
RGB
CMYK
RGB Variations
Color information
#C0E58C (or 0xC0E58C) is known color: Sulu. HEX triplet: C0, E5 and 8C. RGB value is (192,229,140). Sum of RGB (Red+Green+Blue) = 192+229+140=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E58C is #3F1A73. Grayscale: #D0D0D0. Windows color (decimal): -4135540 or 9233856. OLE color: 9233856.
HSL color Cylindrical-coordinate representation of color #C0E58C: hue angle of 84.94º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0E58C is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 140 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.10 |
| HSL | 84.94º | 0.63% | 0.72% | - |
| HSV(B) | 84.94º | 0.39% | 0.9% | - |
| XYZ | 54.49 | 69.14 | 35.28 | - |
| YUV | 207.79 | 89.74 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 140 | 0.16 | 0 | 0.39 | 0.10 | 84.94 | 0.63 | 0.72 |
| Hex | C0 | E5 | 8C | 10 | 0 | 27 | A | 55 | 3F | 48 |
| Octal | 300 | 345 | 214 | 20 | 0 | 47 | 12 | 125 | 77 | 110 |
| Binary | 11000000 | 11100101 | 10001100 | 10000 | 0 | 100111 | 1010 | 1010101 | 111111 | 1001000 |
Color Harmonies of #C0E58C
Complementary color
Monochromatic Colors of #C0E58C
Black with #C0E58C
Text Example
Text Example
White with #C0E58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E58C; }
p { color: rgb(192,229,140); }
H1.HeaderClassName
{
color: #C0E58C;
}
.AnyTagClassName
{
color: #C0E58C;
}
</style>
background-color css
<style>
a { background-color: #C0E58C; }
a { background-color: rgb(192,229,140); }
div.DivClassName
{
background-color: #C0E58C;
}
.BgClassName
{
background-color: #C0E58C;
}
</style>
border-color css
<style>
span { border-color: #C0E58C; }
span { border-color: rgb(192,229,140); }
td.TdClassName
{
border-color: #C0E58C;
}
.TagClassName
{
border-color: #C0E58C;
}
</style>