Shades of Christi #6DBC19
Tints of Christi #6DBC19
RGB
CMYK
RGB Variations
Color information
#6DBC19 (or 0x6DBC19) is known color: Christi. HEX triplet: 6D, BC and 19. RGB value is (109,188,25). Sum of RGB (Red+Green+Blue) = 109+188+25=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBC19 is #9243E6. Grayscale: #929292. Windows color (decimal): -9585639 or 1686637. OLE color: 1686637.
HSL color Cylindrical-coordinate representation of color #6DBC19: hue angle of 89.08º 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 #6DBC19 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 25 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.26 |
| HSL | 89.08º | 0.77% | 0.42% | - |
| HSV(B) | 89.08º | 0.87% | 0.74% | - |
| XYZ | 24.47 | 39.29 | 7.21 | - |
| YUV | 145.8 | 59.83 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 25 | 0.42 | 0 | 0.87 | 0.26 | 89.08 | 0.77 | 0.42 |
| Hex | 6D | BC | 19 | 2A | 0 | 57 | 1A | 59 | 4D | 2A |
| Octal | 155 | 274 | 31 | 52 | 0 | 127 | 32 | 131 | 115 | 52 |
| Binary | 1101101 | 10111100 | 11001 | 101010 | 0 | 1010111 | 11010 | 1011001 | 1001101 | 101010 |
Color Harmonies of #6DBC19
Complementary color
Monochromatic Colors of #6DBC19
Black with #6DBC19
Text Example
Text Example
White with #6DBC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBC19; }
p { color: rgb(109,188,25); }
H1.HeaderClassName
{
color: #6DBC19;
}
.AnyTagClassName
{
color: #6DBC19;
}
</style>
background-color css
<style>
a { background-color: #6DBC19; }
a { background-color: rgb(109,188,25); }
div.DivClassName
{
background-color: #6DBC19;
}
.BgClassName
{
background-color: #6DBC19;
}
</style>
border-color css
<style>
span { border-color: #6DBC19; }
span { border-color: rgb(109,188,25); }
td.TdClassName
{
border-color: #6DBC19;
}
.TagClassName
{
border-color: #6DBC19;
}
</style>