Shades of Sulu #C0E56C
Tints of Sulu #C0E56C
RGB
CMYK
RGB Variations
Color information
#C0E56C (or 0xC0E56C) is known color: Sulu. HEX triplet: C0, E5 and 6C. RGB value is (192,229,108). Sum of RGB (Red+Green+Blue) = 192+229+108=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E56C is #3F1A93. Grayscale: #CCCCCC. Windows color (decimal): -4135572 or 7136704. OLE color: 7136704.
HSL color Cylindrical-coordinate representation of color #C0E56C: hue angle of 78.35º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0E56C is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 108 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.10 |
| HSL | 78.35º | 0.7% | 0.66% | - |
| HSV(B) | 78.35º | 0.53% | 0.9% | - |
| XYZ | 52.46 | 68.33 | 24.61 | - |
| YUV | 204.14 | 73.74 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 108 | 0.16 | 0 | 0.53 | 0.10 | 78.35 | 0.7 | 0.66 |
| Hex | C0 | E5 | 6C | 10 | 0 | 35 | A | 4E | 46 | 42 |
| Octal | 300 | 345 | 154 | 20 | 0 | 65 | 12 | 116 | 106 | 102 |
| Binary | 11000000 | 11100101 | 1101100 | 10000 | 0 | 110101 | 1010 | 1001110 | 1000110 | 1000010 |
Color Harmonies of #C0E56C
Complementary color
Monochromatic Colors of #C0E56C
Black with #C0E56C
Text Example
Text Example
White with #C0E56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E56C; }
p { color: rgb(192,229,108); }
H1.HeaderClassName
{
color: #C0E56C;
}
.AnyTagClassName
{
color: #C0E56C;
}
</style>
background-color css
<style>
a { background-color: #C0E56C; }
a { background-color: rgb(192,229,108); }
div.DivClassName
{
background-color: #C0E56C;
}
.BgClassName
{
background-color: #C0E56C;
}
</style>
border-color css
<style>
span { border-color: #C0E56C; }
span { border-color: rgb(192,229,108); }
td.TdClassName
{
border-color: #C0E56C;
}
.TagClassName
{
border-color: #C0E56C;
}
</style>