Shades of Sulu #C0EB80
Tints of Sulu #C0EB80
RGB
CMYK
RGB Variations
Color information
#C0EB80 (or 0xC0EB80) is known color: Sulu. HEX triplet: C0, EB and 80. RGB value is (192,235,128). Sum of RGB (Red+Green+Blue) = 192+235+128=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EB80 is #3F147F. Grayscale: #D2D2D2. Windows color (decimal): -4134016 or 8448960. OLE color: 8448960.
HSL color Cylindrical-coordinate representation of color #C0EB80: hue angle of 84.11º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0EB80 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 128 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.08 |
| HSL | 84.11º | 0.73% | 0.71% | - |
| HSV(B) | 84.11º | 0.46% | 0.92% | - |
| XYZ | 55.34 | 72.18 | 31.44 | - |
| YUV | 209.95 | 81.75 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 128 | 0.18 | 0 | 0.46 | 0.08 | 84.11 | 0.73 | 0.71 |
| Hex | C0 | EB | 80 | 12 | 0 | 2E | 8 | 54 | 49 | 47 |
| Octal | 300 | 353 | 200 | 22 | 0 | 56 | 10 | 124 | 111 | 107 |
| Binary | 11000000 | 11101011 | 10000000 | 10010 | 0 | 101110 | 1000 | 1010100 | 1001001 | 1000111 |
Color Harmonies of #C0EB80
Complementary color
Monochromatic Colors of #C0EB80
Black with #C0EB80
Text Example
Text Example
White with #C0EB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EB80; }
p { color: rgb(192,235,128); }
H1.HeaderClassName
{
color: #C0EB80;
}
.AnyTagClassName
{
color: #C0EB80;
}
</style>
background-color css
<style>
a { background-color: #C0EB80; }
a { background-color: rgb(192,235,128); }
div.DivClassName
{
background-color: #C0EB80;
}
.BgClassName
{
background-color: #C0EB80;
}
</style>
border-color css
<style>
span { border-color: #C0EB80; }
span { border-color: rgb(192,235,128); }
td.TdClassName
{
border-color: #C0EB80;
}
.TagClassName
{
border-color: #C0EB80;
}
</style>