Shades of Christi #6DA40C
Tints of Christi #6DA40C
RGB
CMYK
RGB Variations
Color information
#6DA40C (or 0x6DA40C) is known color: Christi. HEX triplet: 6D, A4 and 0C. RGB value is (109,164,12). Sum of RGB (Red+Green+Blue) = 109+164+12=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 164 (64.45% from 255 or 57.54% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA40C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA40C is #925BF3. Grayscale: #828282. Windows color (decimal): -9591796 or 828525. OLE color: 828525.
HSL color Cylindrical-coordinate representation of color #6DA40C: hue angle of 81.71º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DA40C is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 164 | 12 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.36 |
| HSL | 81.71º | 0.86% | 0.35% | - |
| HSV(B) | 81.71º | 0.93% | 0.64% | - |
| XYZ | 19.65 | 29.83 | 5.07 | - |
| YUV | 130.23 | 61.28 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 12 | 0.34 | 0 | 0.93 | 0.36 | 81.71 | 0.86 | 0.35 |
| Hex | 6D | A4 | C | 22 | 0 | 5D | 24 | 52 | 56 | 23 |
| Octal | 155 | 244 | 14 | 42 | 0 | 135 | 44 | 122 | 126 | 43 |
| Binary | 1101101 | 10100100 | 1100 | 100010 | 0 | 1011101 | 100100 | 1010010 | 1010110 | 100011 |
Color Harmonies of #6DA40C
Complementary color
Monochromatic Colors of #6DA40C
Black with #6DA40C
Text Example
Text Example
White with #6DA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA40C; }
p { color: rgb(109,164,12); }
H1.HeaderClassName
{
color: #6DA40C;
}
.AnyTagClassName
{
color: #6DA40C;
}
</style>
background-color css
<style>
a { background-color: #6DA40C; }
a { background-color: rgb(109,164,12); }
div.DivClassName
{
background-color: #6DA40C;
}
.BgClassName
{
background-color: #6DA40C;
}
</style>
border-color css
<style>
span { border-color: #6DA40C; }
span { border-color: rgb(109,164,12); }
td.TdClassName
{
border-color: #6DA40C;
}
.TagClassName
{
border-color: #6DA40C;
}
</style>