Shades of Christi #6DBD16
Tints of Christi #6DBD16
RGB
CMYK
RGB Variations
Color information
#6DBD16 (or 0x6DBD16) is known color: Christi. HEX triplet: 6D, BD and 16. RGB value is (109,189,22). Sum of RGB (Red+Green+Blue) = 109+189+22=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 189 (74.22% from 255 or 59.06% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBD16 is #9242E9. Grayscale: #929292. Windows color (decimal): -9585386 or 1490285. OLE color: 1490285.
HSL color Cylindrical-coordinate representation of color #6DBD16: hue angle of 88.74º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6DBD16 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 22 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.26 |
| HSL | 88.74º | 0.79% | 0.41% | - |
| HSV(B) | 88.74º | 0.88% | 0.74% | - |
| XYZ | 24.65 | 39.7 | 7.12 | - |
| YUV | 146.04 | 58 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 22 | 0.42 | 0 | 0.88 | 0.26 | 88.74 | 0.79 | 0.41 |
| Hex | 6D | BD | 16 | 2A | 0 | 58 | 1A | 59 | 4F | 29 |
| Octal | 155 | 275 | 26 | 52 | 0 | 130 | 32 | 131 | 117 | 51 |
| Binary | 1101101 | 10111101 | 10110 | 101010 | 0 | 1011000 | 11010 | 1011001 | 1001111 | 101001 |
Color Harmonies of #6DBD16
Complementary color
Monochromatic Colors of #6DBD16
Black with #6DBD16
Text Example
Text Example
White with #6DBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD16; }
p { color: rgb(109,189,22); }
H1.HeaderClassName
{
color: #6DBD16;
}
.AnyTagClassName
{
color: #6DBD16;
}
</style>
background-color css
<style>
a { background-color: #6DBD16; }
a { background-color: rgb(109,189,22); }
div.DivClassName
{
background-color: #6DBD16;
}
.BgClassName
{
background-color: #6DBD16;
}
</style>
border-color css
<style>
span { border-color: #6DBD16; }
span { border-color: rgb(109,189,22); }
td.TdClassName
{
border-color: #6DBD16;
}
.TagClassName
{
border-color: #6DBD16;
}
</style>