Shades of Sulu #C0ED81
Tints of Sulu #C0ED81
RGB
CMYK
RGB Variations
Color information
#C0ED81 (or 0xC0ED81) is known color: Sulu. HEX triplet: C0, ED and 81. RGB value is (192,237,129). Sum of RGB (Red+Green+Blue) = 192+237+129=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 129 (50.78% from 255 or 23.12% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0ED81 is #3F127E. Grayscale: #D3D3D3. Windows color (decimal): -4133503 or 8515008. OLE color: 8515008.
HSL color Cylindrical-coordinate representation of color #C0ED81: hue angle of 85º degrees, saturation: 0.75, 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 #C0ED81 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 129 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.07 |
| HSL | 85º | 0.75% | 0.72% | - |
| HSV(B) | 85º | 0.46% | 0.93% | - |
| XYZ | 55.98 | 73.36 | 31.98 | - |
| YUV | 211.23 | 81.59 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 129 | 0.19 | 0 | 0.46 | 0.07 | 85 | 0.75 | 0.72 |
| Hex | C0 | ED | 81 | 13 | 0 | 2E | 7 | 55 | 4B | 48 |
| Octal | 300 | 355 | 201 | 23 | 0 | 56 | 7 | 125 | 113 | 110 |
| Binary | 11000000 | 11101101 | 10000001 | 10011 | 0 | 101110 | 111 | 1010101 | 1001011 | 1001000 |
Color Harmonies of #C0ED81
Complementary color
Monochromatic Colors of #C0ED81
Black with #C0ED81
Text Example
Text Example
White with #C0ED81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED81; }
p { color: rgb(192,237,129); }
H1.HeaderClassName
{
color: #C0ED81;
}
.AnyTagClassName
{
color: #C0ED81;
}
</style>
background-color css
<style>
a { background-color: #C0ED81; }
a { background-color: rgb(192,237,129); }
div.DivClassName
{
background-color: #C0ED81;
}
.BgClassName
{
background-color: #C0ED81;
}
</style>
border-color css
<style>
span { border-color: #C0ED81; }
span { border-color: rgb(192,237,129); }
td.TdClassName
{
border-color: #C0ED81;
}
.TagClassName
{
border-color: #C0ED81;
}
</style>