Shades of Sulu #C0EC8D
Tints of Sulu #C0EC8D
RGB
CMYK
RGB Variations
Color information
#C0EC8D (or 0xC0EC8D) is known color: Sulu. HEX triplet: C0, EC and 8D. RGB value is (192,236,141). Sum of RGB (Red+Green+Blue) = 192+236+141=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EC8D is #3F1372. Grayscale: #D4D4D4. Windows color (decimal): -4133747 or 9301184. OLE color: 9301184.
HSL color Cylindrical-coordinate representation of color #C0EC8D: hue angle of 87.79º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0EC8D is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 236 | 141 | - |
CMYK | 0.19 | 0 | 0.40 | 0.07 |
HSL | 87.79º | 0.71% | 0.74% | - |
HSV(B) | 87.79º | 0.4% | 0.93% | - |
XYZ | 56.54 | 73.12 | 36.33 | - |
YUV | 212.01 | 87.92 | 113.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 236 | 141 | 0.19 | 0 | 0.40 | 0.07 | 87.79 | 0.71 | 0.74 |
Hex | C0 | EC | 8D | 13 | 0 | 28 | 7 | 58 | 47 | 4A |
Octal | 300 | 354 | 215 | 23 | 0 | 50 | 7 | 130 | 107 | 112 |
Binary | 11000000 | 11101100 | 10001101 | 10011 | 0 | 101000 | 111 | 1011000 | 1000111 | 1001010 |
Color Harmonies of #C0EC8D
Complementary color
Monochromatic Colors of #C0EC8D
Black with #C0EC8D
Text Example
Text Example
White with #C0EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC8D; }
p { color: rgb(192,236,141); }
H1.HeaderClassName
{
color: #C0EC8D;
}
.AnyTagClassName
{
color: #C0EC8D;
}
</style>
background-color css
<style>
a { background-color: #C0EC8D; }
a { background-color: rgb(192,236,141); }
div.DivClassName
{
background-color: #C0EC8D;
}
.BgClassName
{
background-color: #C0EC8D;
}
</style>
border-color css
<style>
span { border-color: #C0EC8D; }
span { border-color: rgb(192,236,141); }
td.TdClassName
{
border-color: #C0EC8D;
}
.TagClassName
{
border-color: #C0EC8D;
}
</style>