Shades of Sulu #C0E66D
Tints of Sulu #C0E66D
RGB
CMYK
RGB Variations
Color information
#C0E66D (or 0xC0E66D) is known color: Sulu. HEX triplet: C0, E6 and 6D. RGB value is (192,230,109). Sum of RGB (Red+Green+Blue) = 192+230+109=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E66D is #3F1992. Grayscale: #CDCDCD. Windows color (decimal): -4135315 or 7202496. OLE color: 7202496.
HSL color Cylindrical-coordinate representation of color #C0E66D: hue angle of 78.84º degrees, saturation: 0.71, 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 #C0E66D is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 109 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.10 |
| HSL | 78.84º | 0.71% | 0.66% | - |
| HSV(B) | 78.84º | 0.53% | 0.9% | - |
| XYZ | 52.8 | 68.9 | 24.99 | - |
| YUV | 204.84 | 73.91 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 109 | 0.17 | 0 | 0.53 | 0.10 | 78.84 | 0.71 | 0.66 |
| Hex | C0 | E6 | 6D | 11 | 0 | 35 | A | 4F | 47 | 42 |
| Octal | 300 | 346 | 155 | 21 | 0 | 65 | 12 | 117 | 107 | 102 |
| Binary | 11000000 | 11100110 | 1101101 | 10001 | 0 | 110101 | 1010 | 1001111 | 1000111 | 1000010 |
Color Harmonies of #C0E66D
Complementary color
Monochromatic Colors of #C0E66D
Black with #C0E66D
Text Example
Text Example
White with #C0E66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E66D; }
p { color: rgb(192,230,109); }
H1.HeaderClassName
{
color: #C0E66D;
}
.AnyTagClassName
{
color: #C0E66D;
}
</style>
background-color css
<style>
a { background-color: #C0E66D; }
a { background-color: rgb(192,230,109); }
div.DivClassName
{
background-color: #C0E66D;
}
.BgClassName
{
background-color: #C0E66D;
}
</style>
border-color css
<style>
span { border-color: #C0E66D; }
span { border-color: rgb(192,230,109); }
td.TdClassName
{
border-color: #C0E66D;
}
.TagClassName
{
border-color: #C0E66D;
}
</style>