Shades of Sulu #C0E96E
Tints of Sulu #C0E96E
RGB
CMYK
RGB Variations
Color information
#C0E96E (or 0xC0E96E) is known color: Sulu. HEX triplet: C0, E9 and 6E. RGB value is (192,233,110). Sum of RGB (Red+Green+Blue) = 192+233+110=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E96E is #3F1691. Grayscale: #CFCFCF. Windows color (decimal): -4134546 or 7268800. OLE color: 7268800.
HSL color Cylindrical-coordinate representation of color #C0E96E: hue angle of 80º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0E96E is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 110 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.09 |
| HSL | 80º | 0.74% | 0.67% | - |
| HSV(B) | 80º | 0.53% | 0.91% | - |
| XYZ | 53.69 | 70.61 | 25.55 | - |
| YUV | 206.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 110 | 0.18 | 0 | 0.53 | 0.09 | 80 | 0.74 | 0.67 |
| Hex | C0 | E9 | 6E | 12 | 0 | 35 | 9 | 50 | 4A | 43 |
| Octal | 300 | 351 | 156 | 22 | 0 | 65 | 11 | 120 | 112 | 103 |
| Binary | 11000000 | 11101001 | 1101110 | 10010 | 0 | 110101 | 1001 | 1010000 | 1001010 | 1000011 |
Color Harmonies of #C0E96E
Complementary color
Monochromatic Colors of #C0E96E
Black with #C0E96E
Text Example
Text Example
White with #C0E96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E96E; }
p { color: rgb(192,233,110); }
H1.HeaderClassName
{
color: #C0E96E;
}
.AnyTagClassName
{
color: #C0E96E;
}
</style>
background-color css
<style>
a { background-color: #C0E96E; }
a { background-color: rgb(192,233,110); }
div.DivClassName
{
background-color: #C0E96E;
}
.BgClassName
{
background-color: #C0E96E;
}
</style>
border-color css
<style>
span { border-color: #C0E96E; }
span { border-color: rgb(192,233,110); }
td.TdClassName
{
border-color: #C0E96E;
}
.TagClassName
{
border-color: #C0E96E;
}
</style>