Shades of Sulu #C0EA7F
Tints of Sulu #C0EA7F
RGB
CMYK
RGB Variations
Color information
#C0EA7F (or 0xC0EA7F) is known color: Sulu. HEX triplet: C0, EA and 7F. RGB value is (192,234,127). Sum of RGB (Red+Green+Blue) = 192+234+127=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EA7F is #3F1580. Grayscale: #D1D1D1. Windows color (decimal): -4134273 or 8383168. OLE color: 8383168.
HSL color Cylindrical-coordinate representation of color #C0EA7F: hue angle of 83.55º degrees, saturation: 0.72, 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 #C0EA7F is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 127 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.08 |
| HSL | 83.55º | 0.72% | 0.71% | - |
| HSV(B) | 83.55º | 0.46% | 0.92% | - |
| XYZ | 54.99 | 71.58 | 31 | - |
| YUV | 209.24 | 81.59 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 127 | 0.18 | 0 | 0.46 | 0.08 | 83.55 | 0.72 | 0.71 |
| Hex | C0 | EA | 7F | 12 | 0 | 2E | 8 | 54 | 48 | 47 |
| Octal | 300 | 352 | 177 | 22 | 0 | 56 | 10 | 124 | 110 | 107 |
| Binary | 11000000 | 11101010 | 1111111 | 10010 | 0 | 101110 | 1000 | 1010100 | 1001000 | 1000111 |
Color Harmonies of #C0EA7F
Complementary color
Monochromatic Colors of #C0EA7F
Black with #C0EA7F
Text Example
Text Example
White with #C0EA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA7F; }
p { color: rgb(192,234,127); }
H1.HeaderClassName
{
color: #C0EA7F;
}
.AnyTagClassName
{
color: #C0EA7F;
}
</style>
background-color css
<style>
a { background-color: #C0EA7F; }
a { background-color: rgb(192,234,127); }
div.DivClassName
{
background-color: #C0EA7F;
}
.BgClassName
{
background-color: #C0EA7F;
}
</style>
border-color css
<style>
span { border-color: #C0EA7F; }
span { border-color: rgb(192,234,127); }
td.TdClassName
{
border-color: #C0EA7F;
}
.TagClassName
{
border-color: #C0EA7F;
}
</style>