Shades of Sulu #C0E571
Tints of Sulu #C0E571
RGB
CMYK
RGB Variations
Color information
#C0E571 (or 0xC0E571) is known color: Sulu. HEX triplet: C0, E5 and 71. RGB value is (192,229,113). Sum of RGB (Red+Green+Blue) = 192+229+113=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E571 is #3F1A8E. Grayscale: #CDCDCD. Windows color (decimal): -4135567 or 7464384. OLE color: 7464384.
HSL color Cylindrical-coordinate representation of color #C0E571: hue angle of 79.14º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0E571 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 113 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.10 |
| HSL | 79.14º | 0.69% | 0.67% | - |
| HSV(B) | 79.14º | 0.51% | 0.9% | - |
| XYZ | 52.74 | 68.44 | 26.05 | - |
| YUV | 204.71 | 76.24 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 113 | 0.16 | 0 | 0.51 | 0.10 | 79.14 | 0.69 | 0.67 |
| Hex | C0 | E5 | 71 | 10 | 0 | 33 | A | 4F | 45 | 43 |
| Octal | 300 | 345 | 161 | 20 | 0 | 63 | 12 | 117 | 105 | 103 |
| Binary | 11000000 | 11100101 | 1110001 | 10000 | 0 | 110011 | 1010 | 1001111 | 1000101 | 1000011 |
Color Harmonies of #C0E571
Complementary color
Monochromatic Colors of #C0E571
Black with #C0E571
Text Example
Text Example
White with #C0E571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E571; }
p { color: rgb(192,229,113); }
H1.HeaderClassName
{
color: #C0E571;
}
.AnyTagClassName
{
color: #C0E571;
}
</style>
background-color css
<style>
a { background-color: #C0E571; }
a { background-color: rgb(192,229,113); }
div.DivClassName
{
background-color: #C0E571;
}
.BgClassName
{
background-color: #C0E571;
}
</style>
border-color css
<style>
span { border-color: #C0E571; }
span { border-color: rgb(192,229,113); }
td.TdClassName
{
border-color: #C0E571;
}
.TagClassName
{
border-color: #C0E571;
}
</style>