Shades of Christi #6ED120
Tints of Christi #6ED120
RGB
CMYK
RGB Variations
Color information
#6ED120 (or 0x6ED120) is known color: Christi. HEX triplet: 6E, D1 and 20. RGB value is (110,209,32). Sum of RGB (Red+Green+Blue) = 110+209+32=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 209 (82.03% from 255 or 59.54% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED120 is #912EDF. Grayscale: #9F9F9F. Windows color (decimal): -9514720 or 2150766. OLE color: 2150766.
HSL color Cylindrical-coordinate representation of color #6ED120: hue angle of 93.56º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6ED120 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 209 | 32 | - |
| CMYK | 0.47 | 0 | 0.85 | 0.18 |
| HSL | 93.56º | 0.73% | 0.47% | - |
| HSV(B) | 93.56º | 0.85% | 0.82% | - |
| XYZ | 29.49 | 49.02 | 9.27 | - |
| YUV | 159.22 | 56.2 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 209 | 32 | 0.47 | 0 | 0.85 | 0.18 | 93.56 | 0.73 | 0.47 |
| Hex | 6E | D1 | 20 | 2F | 0 | 55 | 12 | 5E | 49 | 2F |
| Octal | 156 | 321 | 40 | 57 | 0 | 125 | 22 | 136 | 111 | 57 |
| Binary | 1101110 | 11010001 | 100000 | 101111 | 0 | 1010101 | 10010 | 1011110 | 1001001 | 101111 |
Color Harmonies of #6ED120
Complementary color
Monochromatic Colors of #6ED120
Black with #6ED120
Text Example
Text Example
White with #6ED120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED120; }
p { color: rgb(110,209,32); }
H1.HeaderClassName
{
color: #6ED120;
}
.AnyTagClassName
{
color: #6ED120;
}
</style>
background-color css
<style>
a { background-color: #6ED120; }
a { background-color: rgb(110,209,32); }
div.DivClassName
{
background-color: #6ED120;
}
.BgClassName
{
background-color: #6ED120;
}
</style>
border-color css
<style>
span { border-color: #6ED120; }
span { border-color: rgb(110,209,32); }
td.TdClassName
{
border-color: #6ED120;
}
.TagClassName
{
border-color: #6ED120;
}
</style>