Shades of Sulu #C0EE80
Tints of Sulu #C0EE80
RGB
CMYK
RGB Variations
Color information
#C0EE80 (or 0xC0EE80) is known color: Sulu. HEX triplet: C0, EE and 80. RGB value is (192,238,128). Sum of RGB (Red+Green+Blue) = 192+238+128=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EE80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EE80 is #3F117F. Grayscale: #D4D4D4. Windows color (decimal): -4133248 or 8449728. OLE color: 8449728.
HSL color Cylindrical-coordinate representation of color #C0EE80: hue angle of 85.09º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0EE80 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 238 | 128 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.07 |
| HSL | 85.09º | 0.76% | 0.72% | - |
| HSV(B) | 85.09º | 0.46% | 0.93% | - |
| XYZ | 56.21 | 73.91 | 31.73 | - |
| YUV | 211.71 | 80.76 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 238 | 128 | 0.19 | 0 | 0.46 | 0.07 | 85.09 | 0.76 | 0.72 |
| Hex | C0 | EE | 80 | 13 | 0 | 2E | 7 | 55 | 4C | 48 |
| Octal | 300 | 356 | 200 | 23 | 0 | 56 | 7 | 125 | 114 | 110 |
| Binary | 11000000 | 11101110 | 10000000 | 10011 | 0 | 101110 | 111 | 1010101 | 1001100 | 1001000 |
Color Harmonies of #C0EE80
Complementary color
Monochromatic Colors of #C0EE80
Black with #C0EE80
Text Example
Text Example
White with #C0EE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EE80; }
p { color: rgb(192,238,128); }
H1.HeaderClassName
{
color: #C0EE80;
}
.AnyTagClassName
{
color: #C0EE80;
}
</style>
background-color css
<style>
a { background-color: #C0EE80; }
a { background-color: rgb(192,238,128); }
div.DivClassName
{
background-color: #C0EE80;
}
.BgClassName
{
background-color: #C0EE80;
}
</style>
border-color css
<style>
span { border-color: #C0EE80; }
span { border-color: rgb(192,238,128); }
td.TdClassName
{
border-color: #C0EE80;
}
.TagClassName
{
border-color: #C0EE80;
}
</style>