Shades of Christi #6DBD19
Tints of Christi #6DBD19
RGB
CMYK
RGB Variations
Color information
#6DBD19 (or 0x6DBD19) is known color: Christi. HEX triplet: 6D, BD and 19. RGB value is (109,189,25). Sum of RGB (Red+Green+Blue) = 109+189+25=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 189 (74.22% from 255 or 58.51% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBD19 is #9242E6. Grayscale: #929292. Windows color (decimal): -9585383 or 1686893. OLE color: 1686893.
HSL color Cylindrical-coordinate representation of color #6DBD19: hue angle of 89.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6DBD19 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 25 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.26 |
| HSL | 89.27º | 0.77% | 0.42% | - |
| HSV(B) | 89.27º | 0.87% | 0.74% | - |
| XYZ | 24.68 | 39.72 | 7.29 | - |
| YUV | 146.38 | 59.5 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 25 | 0.42 | 0 | 0.87 | 0.26 | 89.27 | 0.77 | 0.42 |
| Hex | 6D | BD | 19 | 2A | 0 | 57 | 1A | 59 | 4D | 2A |
| Octal | 155 | 275 | 31 | 52 | 0 | 127 | 32 | 131 | 115 | 52 |
| Binary | 1101101 | 10111101 | 11001 | 101010 | 0 | 1010111 | 11010 | 1011001 | 1001101 | 101010 |
Color Harmonies of #6DBD19
Complementary color
Monochromatic Colors of #6DBD19
Black with #6DBD19
Text Example
Text Example
White with #6DBD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD19; }
p { color: rgb(109,189,25); }
H1.HeaderClassName
{
color: #6DBD19;
}
.AnyTagClassName
{
color: #6DBD19;
}
</style>
background-color css
<style>
a { background-color: #6DBD19; }
a { background-color: rgb(109,189,25); }
div.DivClassName
{
background-color: #6DBD19;
}
.BgClassName
{
background-color: #6DBD19;
}
</style>
border-color css
<style>
span { border-color: #6DBD19; }
span { border-color: rgb(109,189,25); }
td.TdClassName
{
border-color: #6DBD19;
}
.TagClassName
{
border-color: #6DBD19;
}
</style>