Shades of Christi #6DB50F
Tints of Christi #6DB50F
RGB
CMYK
RGB Variations
Color information
#6DB50F (or 0x6DB50F) is known color: Christi. HEX triplet: 6D, B5 and 0F. RGB value is (109,181,15). Sum of RGB (Red+Green+Blue) = 109+181+15=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 181 (71.09% from 255 or 59.34% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB50F is #924AF0. Grayscale: #8D8D8D. Windows color (decimal): -9587441 or 1029485. OLE color: 1029485.
HSL color Cylindrical-coordinate representation of color #6DB50F: hue angle of 86.02º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DB50F is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 181 | 15 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.29 |
| HSL | 86.02º | 0.85% | 0.38% | - |
| HSV(B) | 86.02º | 0.92% | 0.71% | - |
| XYZ | 22.92 | 36.33 | 6.26 | - |
| YUV | 140.55 | 57.15 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 15 | 0.40 | 0 | 0.92 | 0.29 | 86.02 | 0.85 | 0.38 |
| Hex | 6D | B5 | F | 28 | 0 | 5C | 1D | 56 | 55 | 26 |
| Octal | 155 | 265 | 17 | 50 | 0 | 134 | 35 | 126 | 125 | 46 |
| Binary | 1101101 | 10110101 | 1111 | 101000 | 0 | 1011100 | 11101 | 1010110 | 1010101 | 100110 |
Color Harmonies of #6DB50F
Complementary color
Monochromatic Colors of #6DB50F
Black with #6DB50F
Text Example
Text Example
White with #6DB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB50F; }
p { color: rgb(109,181,15); }
H1.HeaderClassName
{
color: #6DB50F;
}
.AnyTagClassName
{
color: #6DB50F;
}
</style>
background-color css
<style>
a { background-color: #6DB50F; }
a { background-color: rgb(109,181,15); }
div.DivClassName
{
background-color: #6DB50F;
}
.BgClassName
{
background-color: #6DB50F;
}
</style>
border-color css
<style>
span { border-color: #6DB50F; }
span { border-color: rgb(109,181,15); }
td.TdClassName
{
border-color: #6DB50F;
}
.TagClassName
{
border-color: #6DB50F;
}
</style>