Shades of Sulu #C0E66C
Tints of Sulu #C0E66C
RGB
CMYK
RGB Variations
Color information
#C0E66C (or 0xC0E66C) is known color: Sulu. HEX triplet: C0, E6 and 6C. RGB value is (192,230,108). Sum of RGB (Red+Green+Blue) = 192+230+108=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E66C is #3F1993. Grayscale: #CDCDCD. Windows color (decimal): -4135316 or 7136960. OLE color: 7136960.
HSL color Cylindrical-coordinate representation of color #C0E66C: hue angle of 78.69º 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 #C0E66C is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 108 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.10 |
| HSL | 78.69º | 0.71% | 0.66% | - |
| HSV(B) | 78.69º | 0.53% | 0.9% | - |
| XYZ | 52.74 | 68.88 | 24.7 | - |
| YUV | 204.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 108 | 0.17 | 0 | 0.53 | 0.10 | 78.69 | 0.71 | 0.66 |
| Hex | C0 | E6 | 6C | 11 | 0 | 35 | A | 4F | 47 | 42 |
| Octal | 300 | 346 | 154 | 21 | 0 | 65 | 12 | 117 | 107 | 102 |
| Binary | 11000000 | 11100110 | 1101100 | 10001 | 0 | 110101 | 1010 | 1001111 | 1000111 | 1000010 |
Color Harmonies of #C0E66C
Complementary color
Monochromatic Colors of #C0E66C
Black with #C0E66C
Text Example
Text Example
White with #C0E66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E66C; }
p { color: rgb(192,230,108); }
H1.HeaderClassName
{
color: #C0E66C;
}
.AnyTagClassName
{
color: #C0E66C;
}
</style>
background-color css
<style>
a { background-color: #C0E66C; }
a { background-color: rgb(192,230,108); }
div.DivClassName
{
background-color: #C0E66C;
}
.BgClassName
{
background-color: #C0E66C;
}
</style>
border-color css
<style>
span { border-color: #C0E66C; }
span { border-color: rgb(192,230,108); }
td.TdClassName
{
border-color: #C0E66C;
}
.TagClassName
{
border-color: #C0E66C;
}
</style>