Shades of Christi #6DBD14
Tints of Christi #6DBD14
RGB
CMYK
RGB Variations
Color information
#6DBD14 (or 0x6DBD14) is known color: Christi. HEX triplet: 6D, BD and 14. RGB value is (109,189,20). Sum of RGB (Red+Green+Blue) = 109+189+20=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBD14 is #9242EB. Grayscale: #929292. Windows color (decimal): -9585388 or 1359213. OLE color: 1359213.
HSL color Cylindrical-coordinate representation of color #6DBD14: hue angle of 88.4º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6DBD14 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 20 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.26 |
| HSL | 88.4º | 0.81% | 0.41% | - |
| HSV(B) | 88.4º | 0.89% | 0.74% | - |
| XYZ | 24.63 | 39.7 | 7.03 | - |
| YUV | 145.81 | 57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 20 | 0.42 | 0 | 0.89 | 0.26 | 88.4 | 0.81 | 0.41 |
| Hex | 6D | BD | 14 | 2A | 0 | 59 | 1A | 58 | 51 | 29 |
| Octal | 155 | 275 | 24 | 52 | 0 | 131 | 32 | 130 | 121 | 51 |
| Binary | 1101101 | 10111101 | 10100 | 101010 | 0 | 1011001 | 11010 | 1011000 | 1010001 | 101001 |
Color Harmonies of #6DBD14
Complementary color
Monochromatic Colors of #6DBD14
Black with #6DBD14
Text Example
Text Example
White with #6DBD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD14; }
p { color: rgb(109,189,20); }
H1.HeaderClassName
{
color: #6DBD14;
}
.AnyTagClassName
{
color: #6DBD14;
}
</style>
background-color css
<style>
a { background-color: #6DBD14; }
a { background-color: rgb(109,189,20); }
div.DivClassName
{
background-color: #6DBD14;
}
.BgClassName
{
background-color: #6DBD14;
}
</style>
border-color css
<style>
span { border-color: #6DBD14; }
span { border-color: rgb(109,189,20); }
td.TdClassName
{
border-color: #6DBD14;
}
.TagClassName
{
border-color: #6DBD14;
}
</style>