Shades of Sulu #C0E06E
Tints of Sulu #C0E06E
RGB
CMYK
RGB Variations
Color information
#C0E06E (or 0xC0E06E) is known color: Sulu. HEX triplet: C0, E0 and 6E. RGB value is (192,224,110). Sum of RGB (Red+Green+Blue) = 192+224+110=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E06E is #3F1F91. Grayscale: #C9C9C9. Windows color (decimal): -4136850 or 7266496. OLE color: 7266496.
HSL color Cylindrical-coordinate representation of color #C0E06E: hue angle of 76.84º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0E06E is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 110 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.12 |
| HSL | 76.84º | 0.65% | 0.65% | - |
| HSV(B) | 76.84º | 0.51% | 0.88% | - |
| XYZ | 51.21 | 65.64 | 24.72 | - |
| YUV | 201.44 | 76.4 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 110 | 0.14 | 0 | 0.51 | 0.12 | 76.84 | 0.65 | 0.65 |
| Hex | C0 | E0 | 6E | E | 0 | 33 | C | 4D | 41 | 41 |
| Octal | 300 | 340 | 156 | 16 | 0 | 63 | 14 | 115 | 101 | 101 |
| Binary | 11000000 | 11100000 | 1101110 | 1110 | 0 | 110011 | 1100 | 1001101 | 1000001 | 1000001 |
Color Harmonies of #C0E06E
Complementary color
Monochromatic Colors of #C0E06E
Black with #C0E06E
Text Example
Text Example
White with #C0E06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E06E; }
p { color: rgb(192,224,110); }
H1.HeaderClassName
{
color: #C0E06E;
}
.AnyTagClassName
{
color: #C0E06E;
}
</style>
background-color css
<style>
a { background-color: #C0E06E; }
a { background-color: rgb(192,224,110); }
div.DivClassName
{
background-color: #C0E06E;
}
.BgClassName
{
background-color: #C0E06E;
}
</style>
border-color css
<style>
span { border-color: #C0E06E; }
span { border-color: rgb(192,224,110); }
td.TdClassName
{
border-color: #C0E06E;
}
.TagClassName
{
border-color: #C0E06E;
}
</style>