Shades of Christi #6DBD17
Tints of Christi #6DBD17
RGB
CMYK
RGB Variations
Color information
#6DBD17 (or 0x6DBD17) is known color: Christi. HEX triplet: 6D, BD and 17. RGB value is (109,189,23). Sum of RGB (Red+Green+Blue) = 109+189+23=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBD17 is #9242E8. Grayscale: #929292. Windows color (decimal): -9585385 or 1555821. OLE color: 1555821.
HSL color Cylindrical-coordinate representation of color #6DBD17: hue angle of 88.92º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6DBD17 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 23 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.26 |
| HSL | 88.92º | 0.78% | 0.42% | - |
| HSV(B) | 88.92º | 0.88% | 0.74% | - |
| XYZ | 24.66 | 39.71 | 7.18 | - |
| YUV | 146.16 | 58.5 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 23 | 0.42 | 0 | 0.88 | 0.26 | 88.92 | 0.78 | 0.42 |
| Hex | 6D | BD | 17 | 2A | 0 | 58 | 1A | 59 | 4E | 2A |
| Octal | 155 | 275 | 27 | 52 | 0 | 130 | 32 | 131 | 116 | 52 |
| Binary | 1101101 | 10111101 | 10111 | 101010 | 0 | 1011000 | 11010 | 1011001 | 1001110 | 101010 |
Color Harmonies of #6DBD17
Complementary color
Monochromatic Colors of #6DBD17
Black with #6DBD17
Text Example
Text Example
White with #6DBD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD17; }
p { color: rgb(109,189,23); }
H1.HeaderClassName
{
color: #6DBD17;
}
.AnyTagClassName
{
color: #6DBD17;
}
</style>
background-color css
<style>
a { background-color: #6DBD17; }
a { background-color: rgb(109,189,23); }
div.DivClassName
{
background-color: #6DBD17;
}
.BgClassName
{
background-color: #6DBD17;
}
</style>
border-color css
<style>
span { border-color: #6DBD17; }
span { border-color: rgb(109,189,23); }
td.TdClassName
{
border-color: #6DBD17;
}
.TagClassName
{
border-color: #6DBD17;
}
</style>