Shades of Christi #6DB42F
Tints of Christi #6DB42F
RGB
CMYK
RGB Variations
Color information
#6DB42F (or 0x6DB42F) is known color: Christi. HEX triplet: 6D, B4 and 2F. RGB value is (109,180,47). Sum of RGB (Red+Green+Blue) = 109+180+47=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB42F is #924BD0. Grayscale: #909090. Windows color (decimal): -9587665 or 3126381. OLE color: 3126381.
HSL color Cylindrical-coordinate representation of color #6DB42F: hue angle of 92.03º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6DB42F is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 47 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.29 |
| HSL | 92.03º | 0.59% | 0.45% | - |
| HSV(B) | 92.03º | 0.74% | 0.71% | - |
| XYZ | 23.14 | 36.1 | 8.44 | - |
| YUV | 143.61 | 73.48 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 47 | 0.39 | 0 | 0.74 | 0.29 | 92.03 | 0.59 | 0.45 |
| Hex | 6D | B4 | 2F | 27 | 0 | 4A | 1D | 5C | 3B | 2D |
| Octal | 155 | 264 | 57 | 47 | 0 | 112 | 35 | 134 | 73 | 55 |
| Binary | 1101101 | 10110100 | 101111 | 100111 | 0 | 1001010 | 11101 | 1011100 | 111011 | 101101 |
Color Harmonies of #6DB42F
Complementary color
Monochromatic Colors of #6DB42F
Black with #6DB42F
Text Example
Text Example
White with #6DB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB42F; }
p { color: rgb(109,180,47); }
H1.HeaderClassName
{
color: #6DB42F;
}
.AnyTagClassName
{
color: #6DB42F;
}
</style>
background-color css
<style>
a { background-color: #6DB42F; }
a { background-color: rgb(109,180,47); }
div.DivClassName
{
background-color: #6DB42F;
}
.BgClassName
{
background-color: #6DB42F;
}
</style>
border-color css
<style>
span { border-color: #6DB42F; }
span { border-color: rgb(109,180,47); }
td.TdClassName
{
border-color: #6DB42F;
}
.TagClassName
{
border-color: #6DB42F;
}
</style>