Shades of Christi #6DA50F
Tints of Christi #6DA50F
RGB
CMYK
RGB Variations
Color information
#6DA50F (or 0x6DA50F) is known color: Christi. HEX triplet: 6D, A5 and 0F. RGB value is (109,165,15). Sum of RGB (Red+Green+Blue) = 109+165+15=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA50F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DA50F is #925AF0. Grayscale: #838383. Windows color (decimal): -9591537 or 1025389. OLE color: 1025389.
HSL color Cylindrical-coordinate representation of color #6DA50F: hue angle of 82.4º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DA50F is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 15 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.35 |
| HSL | 82.4º | 0.83% | 0.35% | - |
| HSV(B) | 82.4º | 0.91% | 0.65% | - |
| XYZ | 19.85 | 30.2 | 5.23 | - |
| YUV | 131.16 | 62.45 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 15 | 0.34 | 0 | 0.91 | 0.35 | 82.4 | 0.83 | 0.35 |
| Hex | 6D | A5 | F | 22 | 0 | 5B | 23 | 52 | 53 | 23 |
| Octal | 155 | 245 | 17 | 42 | 0 | 133 | 43 | 122 | 123 | 43 |
| Binary | 1101101 | 10100101 | 1111 | 100010 | 0 | 1011011 | 100011 | 1010010 | 1010011 | 100011 |
Color Harmonies of #6DA50F
Complementary color
Monochromatic Colors of #6DA50F
Black with #6DA50F
Text Example
Text Example
White with #6DA50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA50F; }
p { color: rgb(109,165,15); }
H1.HeaderClassName
{
color: #6DA50F;
}
.AnyTagClassName
{
color: #6DA50F;
}
</style>
background-color css
<style>
a { background-color: #6DA50F; }
a { background-color: rgb(109,165,15); }
div.DivClassName
{
background-color: #6DA50F;
}
.BgClassName
{
background-color: #6DA50F;
}
</style>
border-color css
<style>
span { border-color: #6DA50F; }
span { border-color: rgb(109,165,15); }
td.TdClassName
{
border-color: #6DA50F;
}
.TagClassName
{
border-color: #6DA50F;
}
</style>