Shades of Sulu #C0EA79
Tints of Sulu #C0EA79
RGB
CMYK
RGB Variations
Color information
#C0EA79 (or 0xC0EA79) is known color: Sulu. HEX triplet: C0, EA and 79. RGB value is (192,234,121). Sum of RGB (Red+Green+Blue) = 192+234+121=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 121 (47.66% from 255 or 22.12% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EA79 is #3F1586. Grayscale: #D0D0D0. Windows color (decimal): -4134279 or 7989952. OLE color: 7989952.
HSL color Cylindrical-coordinate representation of color #C0EA79: hue angle of 82.3º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0EA79 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 121 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.08 |
| HSL | 82.3º | 0.73% | 0.7% | - |
| HSV(B) | 82.3º | 0.48% | 0.92% | - |
| XYZ | 54.61 | 71.43 | 29 | - |
| YUV | 208.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 121 | 0.18 | 0 | 0.48 | 0.08 | 82.3 | 0.73 | 0.7 |
| Hex | C0 | EA | 79 | 12 | 0 | 30 | 8 | 52 | 49 | 46 |
| Octal | 300 | 352 | 171 | 22 | 0 | 60 | 10 | 122 | 111 | 106 |
| Binary | 11000000 | 11101010 | 1111001 | 10010 | 0 | 110000 | 1000 | 1010010 | 1001001 | 1000110 |
Color Harmonies of #C0EA79
Complementary color
Monochromatic Colors of #C0EA79
Black with #C0EA79
Text Example
Text Example
White with #C0EA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA79; }
p { color: rgb(192,234,121); }
H1.HeaderClassName
{
color: #C0EA79;
}
.AnyTagClassName
{
color: #C0EA79;
}
</style>
background-color css
<style>
a { background-color: #C0EA79; }
a { background-color: rgb(192,234,121); }
div.DivClassName
{
background-color: #C0EA79;
}
.BgClassName
{
background-color: #C0EA79;
}
</style>
border-color css
<style>
span { border-color: #C0EA79; }
span { border-color: rgb(192,234,121); }
td.TdClassName
{
border-color: #C0EA79;
}
.TagClassName
{
border-color: #C0EA79;
}
</style>