Shades of Christi #6DB519
Tints of Christi #6DB519
RGB
CMYK
RGB Variations
Color information
#6DB519 (or 0x6DB519) is known color: Christi. HEX triplet: 6D, B5 and 19. RGB value is (109,181,25). Sum of RGB (Red+Green+Blue) = 109+181+25=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB519 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB519 is #924AE6. Grayscale: #8E8E8E. Windows color (decimal): -9587431 or 1684845. OLE color: 1684845.
HSL color Cylindrical-coordinate representation of color #6DB519: hue angle of 87.69º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6DB519 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 181 | 25 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.29 |
| HSL | 87.69º | 0.76% | 0.4% | - |
| HSV(B) | 87.69º | 0.86% | 0.71% | - |
| XYZ | 23.01 | 36.37 | 6.73 | - |
| YUV | 141.69 | 62.15 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 25 | 0.40 | 0 | 0.86 | 0.29 | 87.69 | 0.76 | 0.4 |
| Hex | 6D | B5 | 19 | 28 | 0 | 56 | 1D | 58 | 4C | 28 |
| Octal | 155 | 265 | 31 | 50 | 0 | 126 | 35 | 130 | 114 | 50 |
| Binary | 1101101 | 10110101 | 11001 | 101000 | 0 | 1010110 | 11101 | 1011000 | 1001100 | 101000 |
Color Harmonies of #6DB519
Complementary color
Monochromatic Colors of #6DB519
Black with #6DB519
Text Example
Text Example
White with #6DB519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB519; }
p { color: rgb(109,181,25); }
H1.HeaderClassName
{
color: #6DB519;
}
.AnyTagClassName
{
color: #6DB519;
}
</style>
background-color css
<style>
a { background-color: #6DB519; }
a { background-color: rgb(109,181,25); }
div.DivClassName
{
background-color: #6DB519;
}
.BgClassName
{
background-color: #6DB519;
}
</style>
border-color css
<style>
span { border-color: #6DB519; }
span { border-color: rgb(109,181,25); }
td.TdClassName
{
border-color: #6DB519;
}
.TagClassName
{
border-color: #6DB519;
}
</style>