Shades of Christi #6DB50A
Tints of Christi #6DB50A
RGB
CMYK
RGB Variations
Color information
#6DB50A (or 0x6DB50A) is known color: Christi. HEX triplet: 6D, B5 and 0A. RGB value is (109,181,10). Sum of RGB (Red+Green+Blue) = 109+181+10=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 181 (71.09% from 255 or 60.33% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB50A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB50A is #924AF5. Grayscale: #8C8C8C. Windows color (decimal): -9587446 or 701805. OLE color: 701805.
HSL color Cylindrical-coordinate representation of color #6DB50A: hue angle of 85.26º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DB50A is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 181 | 10 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.29 |
| HSL | 85.26º | 0.9% | 0.37% | - |
| HSV(B) | 85.26º | 0.94% | 0.71% | - |
| XYZ | 22.89 | 36.32 | 6.09 | - |
| YUV | 139.98 | 54.65 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 10 | 0.40 | 0 | 0.94 | 0.29 | 85.26 | 0.9 | 0.37 |
| Hex | 6D | B5 | A | 28 | 0 | 5E | 1D | 55 | 5A | 25 |
| Octal | 155 | 265 | 12 | 50 | 0 | 136 | 35 | 125 | 132 | 45 |
| Binary | 1101101 | 10110101 | 1010 | 101000 | 0 | 1011110 | 11101 | 1010101 | 1011010 | 100101 |
Color Harmonies of #6DB50A
Complementary color
Monochromatic Colors of #6DB50A
Black with #6DB50A
Text Example
Text Example
White with #6DB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB50A; }
p { color: rgb(109,181,10); }
H1.HeaderClassName
{
color: #6DB50A;
}
.AnyTagClassName
{
color: #6DB50A;
}
</style>
background-color css
<style>
a { background-color: #6DB50A; }
a { background-color: rgb(109,181,10); }
div.DivClassName
{
background-color: #6DB50A;
}
.BgClassName
{
background-color: #6DB50A;
}
</style>
border-color css
<style>
span { border-color: #6DB50A; }
span { border-color: rgb(109,181,10); }
td.TdClassName
{
border-color: #6DB50A;
}
.TagClassName
{
border-color: #6DB50A;
}
</style>