Shades of Sulu #C0EE76
Tints of Sulu #C0EE76
RGB
CMYK
RGB Variations
Color information
#C0EE76 (or 0xC0EE76) is known color: Sulu. HEX triplet: C0, EE and 76. RGB value is (192,238,118). Sum of RGB (Red+Green+Blue) = 192+238+118=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EE76 is #3F1189. Grayscale: #D2D2D2. Windows color (decimal): -4133258 or 7794368. OLE color: 7794368.
HSL color Cylindrical-coordinate representation of color #C0EE76: hue angle of 83º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0EE76 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 118 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.07 |
| HSL | 83º | 0.78% | 0.7% | - |
| HSV(B) | 83º | 0.5% | 0.93% | - |
| XYZ | 55.58 | 73.66 | 28.43 | - |
| YUV | 210.57 | 75.76 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 118 | 0.19 | 0 | 0.50 | 0.07 | 83 | 0.78 | 0.7 |
| Hex | C0 | EE | 76 | 13 | 0 | 32 | 7 | 53 | 4E | 46 |
| Octal | 300 | 356 | 166 | 23 | 0 | 62 | 7 | 123 | 116 | 106 |
| Binary | 11000000 | 11101110 | 1110110 | 10011 | 0 | 110010 | 111 | 1010011 | 1001110 | 1000110 |
Color Harmonies of #C0EE76
Complementary color
Monochromatic Colors of #C0EE76
Black with #C0EE76
Text Example
Text Example
White with #C0EE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EE76; }
p { color: rgb(192,238,118); }
H1.HeaderClassName
{
color: #C0EE76;
}
.AnyTagClassName
{
color: #C0EE76;
}
</style>
background-color css
<style>
a { background-color: #C0EE76; }
a { background-color: rgb(192,238,118); }
div.DivClassName
{
background-color: #C0EE76;
}
.BgClassName
{
background-color: #C0EE76;
}
</style>
border-color css
<style>
span { border-color: #C0EE76; }
span { border-color: rgb(192,238,118); }
td.TdClassName
{
border-color: #C0EE76;
}
.TagClassName
{
border-color: #C0EE76;
}
</style>