Shades of Christi #6DB20E
Tints of Christi #6DB20E
RGB
CMYK
RGB Variations
Color information
#6DB20E (or 0x6DB20E) is known color: Christi. HEX triplet: 6D, B2 and 0E. RGB value is (109,178,14). Sum of RGB (Red+Green+Blue) = 109+178+14=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 178 (69.92% from 255 or 59.14% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 178 - color contains mainly: green. Hex color #6DB20E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DB20E is #924DF1. Grayscale: #8B8B8B. Windows color (decimal): -9588210 or 963181. OLE color: 963181.
HSL color Cylindrical-coordinate representation of color #6DB20E: hue angle of 85.24º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DB20E is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 178 | 14 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.30 |
| HSL | 85.24º | 0.85% | 0.38% | - |
| HSV(B) | 85.24º | 0.92% | 0.7% | - |
| XYZ | 22.31 | 35.12 | 6.02 | - |
| YUV | 138.67 | 57.64 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 178 | 14 | 0.39 | 0 | 0.92 | 0.30 | 85.24 | 0.85 | 0.38 |
| Hex | 6D | B2 | E | 27 | 0 | 5C | 1E | 55 | 55 | 26 |
| Octal | 155 | 262 | 16 | 47 | 0 | 134 | 36 | 125 | 125 | 46 |
| Binary | 1101101 | 10110010 | 1110 | 100111 | 0 | 1011100 | 11110 | 1010101 | 1010101 | 100110 |
Color Harmonies of #6DB20E
Complementary color
Monochromatic Colors of #6DB20E
Black with #6DB20E
Text Example
Text Example
White with #6DB20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB20E; }
p { color: rgb(109,178,14); }
H1.HeaderClassName
{
color: #6DB20E;
}
.AnyTagClassName
{
color: #6DB20E;
}
</style>
background-color css
<style>
a { background-color: #6DB20E; }
a { background-color: rgb(109,178,14); }
div.DivClassName
{
background-color: #6DB20E;
}
.BgClassName
{
background-color: #6DB20E;
}
</style>
border-color css
<style>
span { border-color: #6DB20E; }
span { border-color: rgb(109,178,14); }
td.TdClassName
{
border-color: #6DB20E;
}
.TagClassName
{
border-color: #6DB20E;
}
</style>