Shades of Sulu #C0E56B
Tints of Sulu #C0E56B
RGB
CMYK
RGB Variations
Color information
#C0E56B (or 0xC0E56B) is known color: Sulu. HEX triplet: C0, E5 and 6B. RGB value is (192,229,107). Sum of RGB (Red+Green+Blue) = 192+229+107=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E56B is #3F1A94. Grayscale: #CCCCCC. Windows color (decimal): -4135573 or 7071168. OLE color: 7071168.
HSL color Cylindrical-coordinate representation of color #C0E56B: hue angle of 78.2º 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 #C0E56B is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 107 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.10 |
| HSL | 78.2º | 0.7% | 0.66% | - |
| HSV(B) | 78.2º | 0.53% | 0.9% | - |
| XYZ | 52.41 | 68.31 | 24.33 | - |
| YUV | 204.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 107 | 0.16 | 0 | 0.53 | 0.10 | 78.2 | 0.7 | 0.66 |
| Hex | C0 | E5 | 6B | 10 | 0 | 35 | A | 4E | 46 | 42 |
| Octal | 300 | 345 | 153 | 20 | 0 | 65 | 12 | 116 | 106 | 102 |
| Binary | 11000000 | 11100101 | 1101011 | 10000 | 0 | 110101 | 1010 | 1001110 | 1000110 | 1000010 |
Color Harmonies of #C0E56B
Complementary color
Monochromatic Colors of #C0E56B
Black with #C0E56B
Text Example
Text Example
White with #C0E56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E56B; }
p { color: rgb(192,229,107); }
H1.HeaderClassName
{
color: #C0E56B;
}
.AnyTagClassName
{
color: #C0E56B;
}
</style>
background-color css
<style>
a { background-color: #C0E56B; }
a { background-color: rgb(192,229,107); }
div.DivClassName
{
background-color: #C0E56B;
}
.BgClassName
{
background-color: #C0E56B;
}
</style>
border-color css
<style>
span { border-color: #C0E56B; }
span { border-color: rgb(192,229,107); }
td.TdClassName
{
border-color: #C0E56B;
}
.TagClassName
{
border-color: #C0E56B;
}
</style>