Shades of Christi #6DBD12
Tints of Christi #6DBD12
RGB
CMYK
RGB Variations
Color information
#6DBD12 (or 0x6DBD12) is known color: Christi. HEX triplet: 6D, BD and 12. RGB value is (109,189,18). Sum of RGB (Red+Green+Blue) = 109+189+18=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBD12 is #9242ED. Grayscale: #929292. Windows color (decimal): -9585390 or 1228141. OLE color: 1228141.
HSL color Cylindrical-coordinate representation of color #6DBD12: hue angle of 88.07º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6DBD12 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 18 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.26 |
| HSL | 88.07º | 0.83% | 0.41% | - |
| HSV(B) | 88.07º | 0.9% | 0.74% | - |
| XYZ | 24.61 | 39.69 | 6.94 | - |
| YUV | 145.59 | 56 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 18 | 0.42 | 0 | 0.90 | 0.26 | 88.07 | 0.83 | 0.41 |
| Hex | 6D | BD | 12 | 2A | 0 | 5A | 1A | 58 | 53 | 29 |
| Octal | 155 | 275 | 22 | 52 | 0 | 132 | 32 | 130 | 123 | 51 |
| Binary | 1101101 | 10111101 | 10010 | 101010 | 0 | 1011010 | 11010 | 1011000 | 1010011 | 101001 |
Color Harmonies of #6DBD12
Complementary color
Monochromatic Colors of #6DBD12
Black with #6DBD12
Text Example
Text Example
White with #6DBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD12; }
p { color: rgb(109,189,18); }
H1.HeaderClassName
{
color: #6DBD12;
}
.AnyTagClassName
{
color: #6DBD12;
}
</style>
background-color css
<style>
a { background-color: #6DBD12; }
a { background-color: rgb(109,189,18); }
div.DivClassName
{
background-color: #6DBD12;
}
.BgClassName
{
background-color: #6DBD12;
}
</style>
border-color css
<style>
span { border-color: #6DBD12; }
span { border-color: rgb(109,189,18); }
td.TdClassName
{
border-color: #6DBD12;
}
.TagClassName
{
border-color: #6DBD12;
}
</style>