Shades of Sulu #C0EC85
Tints of Sulu #C0EC85
RGB
CMYK
RGB Variations
Color information
#C0EC85 (or 0xC0EC85) is known color: Sulu. HEX triplet: C0, EC and 85. RGB value is (192,236,133). Sum of RGB (Red+Green+Blue) = 192+236+133=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EC85 is #3F137A. Grayscale: #D3D3D3. Windows color (decimal): -4133755 or 8776896. OLE color: 8776896.
HSL color Cylindrical-coordinate representation of color #C0EC85: hue angle of 85.63º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0EC85 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 133 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.07 |
| HSL | 85.63º | 0.73% | 0.72% | - |
| HSV(B) | 85.63º | 0.44% | 0.93% | - |
| XYZ | 55.97 | 72.89 | 33.31 | - |
| YUV | 211.1 | 83.92 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 133 | 0.19 | 0 | 0.44 | 0.07 | 85.63 | 0.73 | 0.72 |
| Hex | C0 | EC | 85 | 13 | 0 | 2C | 7 | 56 | 49 | 48 |
| Octal | 300 | 354 | 205 | 23 | 0 | 54 | 7 | 126 | 111 | 110 |
| Binary | 11000000 | 11101100 | 10000101 | 10011 | 0 | 101100 | 111 | 1010110 | 1001001 | 1001000 |
Color Harmonies of #C0EC85
Complementary color
Monochromatic Colors of #C0EC85
Black with #C0EC85
Text Example
Text Example
White with #C0EC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC85; }
p { color: rgb(192,236,133); }
H1.HeaderClassName
{
color: #C0EC85;
}
.AnyTagClassName
{
color: #C0EC85;
}
</style>
background-color css
<style>
a { background-color: #C0EC85; }
a { background-color: rgb(192,236,133); }
div.DivClassName
{
background-color: #C0EC85;
}
.BgClassName
{
background-color: #C0EC85;
}
</style>
border-color css
<style>
span { border-color: #C0EC85; }
span { border-color: rgb(192,236,133); }
td.TdClassName
{
border-color: #C0EC85;
}
.TagClassName
{
border-color: #C0EC85;
}
</style>