Shades of Sulu #C0EA7D
Tints of Sulu #C0EA7D
RGB
CMYK
RGB Variations
Color information
#C0EA7D (or 0xC0EA7D) is known color: Sulu. HEX triplet: C0, EA and 7D. RGB value is (192,234,125). Sum of RGB (Red+Green+Blue) = 192+234+125=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EA7D is #3F1582. Grayscale: #D1D1D1. Windows color (decimal): -4134275 or 8252096. OLE color: 8252096.
HSL color Cylindrical-coordinate representation of color #C0EA7D: hue angle of 83.12º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0EA7D is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 125 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.08 |
| HSL | 83.12º | 0.72% | 0.7% | - |
| HSV(B) | 83.12º | 0.47% | 0.92% | - |
| XYZ | 54.86 | 71.53 | 30.32 | - |
| YUV | 209.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 125 | 0.18 | 0 | 0.47 | 0.08 | 83.12 | 0.72 | 0.7 |
| Hex | C0 | EA | 7D | 12 | 0 | 2F | 8 | 53 | 48 | 46 |
| Octal | 300 | 352 | 175 | 22 | 0 | 57 | 10 | 123 | 110 | 106 |
| Binary | 11000000 | 11101010 | 1111101 | 10010 | 0 | 101111 | 1000 | 1010011 | 1001000 | 1000110 |
Color Harmonies of #C0EA7D
Complementary color
Monochromatic Colors of #C0EA7D
Black with #C0EA7D
Text Example
Text Example
White with #C0EA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA7D; }
p { color: rgb(192,234,125); }
H1.HeaderClassName
{
color: #C0EA7D;
}
.AnyTagClassName
{
color: #C0EA7D;
}
</style>
background-color css
<style>
a { background-color: #C0EA7D; }
a { background-color: rgb(192,234,125); }
div.DivClassName
{
background-color: #C0EA7D;
}
.BgClassName
{
background-color: #C0EA7D;
}
</style>
border-color css
<style>
span { border-color: #C0EA7D; }
span { border-color: rgb(192,234,125); }
td.TdClassName
{
border-color: #C0EA7D;
}
.TagClassName
{
border-color: #C0EA7D;
}
</style>