Shades of Sulu #C0EE84
Tints of Sulu #C0EE84
RGB
CMYK
RGB Variations
Color information
#C0EE84 (or 0xC0EE84) is known color: Sulu. HEX triplet: C0, EE and 84. RGB value is (192,238,132). Sum of RGB (Red+Green+Blue) = 192+238+132=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EE84 is #3F117B. Grayscale: #D4D4D4. Windows color (decimal): -4133244 or 8711872. OLE color: 8711872.
HSL color Cylindrical-coordinate representation of color #C0EE84: hue angle of 86.04º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0EE84 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 132 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.07 |
| HSL | 86.04º | 0.76% | 0.73% | - |
| HSV(B) | 86.04º | 0.45% | 0.93% | - |
| XYZ | 56.48 | 74.02 | 33.14 | - |
| YUV | 212.16 | 82.76 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 132 | 0.19 | 0 | 0.45 | 0.07 | 86.04 | 0.76 | 0.73 |
| Hex | C0 | EE | 84 | 13 | 0 | 2D | 7 | 56 | 4C | 49 |
| Octal | 300 | 356 | 204 | 23 | 0 | 55 | 7 | 126 | 114 | 111 |
| Binary | 11000000 | 11101110 | 10000100 | 10011 | 0 | 101101 | 111 | 1010110 | 1001100 | 1001001 |
Color Harmonies of #C0EE84
Complementary color
Monochromatic Colors of #C0EE84
Black with #C0EE84
Text Example
Text Example
White with #C0EE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EE84; }
p { color: rgb(192,238,132); }
H1.HeaderClassName
{
color: #C0EE84;
}
.AnyTagClassName
{
color: #C0EE84;
}
</style>
background-color css
<style>
a { background-color: #C0EE84; }
a { background-color: rgb(192,238,132); }
div.DivClassName
{
background-color: #C0EE84;
}
.BgClassName
{
background-color: #C0EE84;
}
</style>
border-color css
<style>
span { border-color: #C0EE84; }
span { border-color: rgb(192,238,132); }
td.TdClassName
{
border-color: #C0EE84;
}
.TagClassName
{
border-color: #C0EE84;
}
</style>