Shades of Christi #6DBD2F
Tints of Christi #6DBD2F
RGB
CMYK
RGB Variations
Color information
#6DBD2F (or 0x6DBD2F) is known color: Christi. HEX triplet: 6D, BD and 2F. RGB value is (109,189,47). Sum of RGB (Red+Green+Blue) = 109+189+47=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD2F is #9242D0. Grayscale: #959595. Windows color (decimal): -9585361 or 3128685. OLE color: 3128685.
HSL color Cylindrical-coordinate representation of color #6DBD2F: hue angle of 93.8º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6DBD2F is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 47 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.26 |
| HSL | 93.8º | 0.6% | 0.46% | - |
| HSV(B) | 93.8º | 0.75% | 0.74% | - |
| XYZ | 25.02 | 39.85 | 9.06 | - |
| YUV | 148.89 | 70.5 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 47 | 0.42 | 0 | 0.75 | 0.26 | 93.8 | 0.6 | 0.46 |
| Hex | 6D | BD | 2F | 2A | 0 | 4B | 1A | 5E | 3C | 2E |
| Octal | 155 | 275 | 57 | 52 | 0 | 113 | 32 | 136 | 74 | 56 |
| Binary | 1101101 | 10111101 | 101111 | 101010 | 0 | 1001011 | 11010 | 1011110 | 111100 | 101110 |
Color Harmonies of #6DBD2F
Complementary color
Monochromatic Colors of #6DBD2F
Black with #6DBD2F
Text Example
Text Example
White with #6DBD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD2F; }
p { color: rgb(109,189,47); }
H1.HeaderClassName
{
color: #6DBD2F;
}
.AnyTagClassName
{
color: #6DBD2F;
}
</style>
background-color css
<style>
a { background-color: #6DBD2F; }
a { background-color: rgb(109,189,47); }
div.DivClassName
{
background-color: #6DBD2F;
}
.BgClassName
{
background-color: #6DBD2F;
}
</style>
border-color css
<style>
span { border-color: #6DBD2F; }
span { border-color: rgb(109,189,47); }
td.TdClassName
{
border-color: #6DBD2F;
}
.TagClassName
{
border-color: #6DBD2F;
}
</style>