Shades of Christi #6DA20D
Tints of Christi #6DA20D
RGB
CMYK
RGB Variations
Color information
#6DA20D (or 0x6DA20D) is known color: Christi. HEX triplet: 6D, A2 and 0D. RGB value is (109,162,13). Sum of RGB (Red+Green+Blue) = 109+162+13=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA20D is #925DF2. Grayscale: #818181. Windows color (decimal): -9592307 or 893549. OLE color: 893549.
HSL color Cylindrical-coordinate representation of color #6DA20D: hue angle of 81.34º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DA20D is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 162 | 13 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.36 |
| HSL | 81.34º | 0.85% | 0.34% | - |
| HSV(B) | 81.34º | 0.92% | 0.64% | - |
| XYZ | 19.3 | 29.12 | 4.98 | - |
| YUV | 129.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 162 | 13 | 0.33 | 0 | 0.92 | 0.36 | 81.34 | 0.85 | 0.34 |
| Hex | 6D | A2 | D | 21 | 0 | 5C | 24 | 51 | 55 | 22 |
| Octal | 155 | 242 | 15 | 41 | 0 | 134 | 44 | 121 | 125 | 42 |
| Binary | 1101101 | 10100010 | 1101 | 100001 | 0 | 1011100 | 100100 | 1010001 | 1010101 | 100010 |
Color Harmonies of #6DA20D
Complementary color
Monochromatic Colors of #6DA20D
Black with #6DA20D
Text Example
Text Example
White with #6DA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA20D; }
p { color: rgb(109,162,13); }
H1.HeaderClassName
{
color: #6DA20D;
}
.AnyTagClassName
{
color: #6DA20D;
}
</style>
background-color css
<style>
a { background-color: #6DA20D; }
a { background-color: rgb(109,162,13); }
div.DivClassName
{
background-color: #6DA20D;
}
.BgClassName
{
background-color: #6DA20D;
}
</style>
border-color css
<style>
span { border-color: #6DA20D; }
span { border-color: rgb(109,162,13); }
td.TdClassName
{
border-color: #6DA20D;
}
.TagClassName
{
border-color: #6DA20D;
}
</style>