Shades of Sulu #C0E66E
Tints of Sulu #C0E66E
RGB
CMYK
RGB Variations
Color information
#C0E66E (or 0xC0E66E) is known color: Sulu. HEX triplet: C0, E6 and 6E. RGB value is (192,230,110). Sum of RGB (Red+Green+Blue) = 192+230+110=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E66E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E66E is #3F1991. Grayscale: #CDCDCD. Windows color (decimal): -4135314 or 7268032. OLE color: 7268032.
HSL color Cylindrical-coordinate representation of color #C0E66E: hue angle of 79º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0E66E is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 110 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.10 |
| HSL | 79º | 0.71% | 0.67% | - |
| HSV(B) | 79º | 0.52% | 0.9% | - |
| XYZ | 52.85 | 68.93 | 25.27 | - |
| YUV | 204.96 | 74.41 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 110 | 0.17 | 0 | 0.52 | 0.10 | 79 | 0.71 | 0.67 |
| Hex | C0 | E6 | 6E | 11 | 0 | 34 | A | 4F | 47 | 43 |
| Octal | 300 | 346 | 156 | 21 | 0 | 64 | 12 | 117 | 107 | 103 |
| Binary | 11000000 | 11100110 | 1101110 | 10001 | 0 | 110100 | 1010 | 1001111 | 1000111 | 1000011 |
Color Harmonies of #C0E66E
Complementary color
Monochromatic Colors of #C0E66E
Black with #C0E66E
Text Example
Text Example
White with #C0E66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E66E; }
p { color: rgb(192,230,110); }
H1.HeaderClassName
{
color: #C0E66E;
}
.AnyTagClassName
{
color: #C0E66E;
}
</style>
background-color css
<style>
a { background-color: #C0E66E; }
a { background-color: rgb(192,230,110); }
div.DivClassName
{
background-color: #C0E66E;
}
.BgClassName
{
background-color: #C0E66E;
}
</style>
border-color css
<style>
span { border-color: #C0E66E; }
span { border-color: rgb(192,230,110); }
td.TdClassName
{
border-color: #C0E66E;
}
.TagClassName
{
border-color: #C0E66E;
}
</style>