Shades of Christi #6DBC1E
Tints of Christi #6DBC1E
RGB
CMYK
RGB Variations
Color information
#6DBC1E (or 0x6DBC1E) is known color: Christi. HEX triplet: 6D, BC and 1E. RGB value is (109,188,30). Sum of RGB (Red+Green+Blue) = 109+188+30=327 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.33% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBC1E is #9243E1. Grayscale: #929292. Windows color (decimal): -9585634 or 2014317. OLE color: 2014317.
HSL color Cylindrical-coordinate representation of color #6DBC1E: hue angle of 90º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6DBC1E is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 30 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.26 |
| HSL | 90º | 0.72% | 0.43% | - |
| HSV(B) | 90º | 0.84% | 0.74% | - |
| XYZ | 24.52 | 39.31 | 7.52 | - |
| YUV | 146.37 | 62.33 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 30 | 0.42 | 0 | 0.84 | 0.26 | 90 | 0.72 | 0.43 |
| Hex | 6D | BC | 1E | 2A | 0 | 54 | 1A | 5A | 48 | 2B |
| Octal | 155 | 274 | 36 | 52 | 0 | 124 | 32 | 132 | 110 | 53 |
| Binary | 1101101 | 10111100 | 11110 | 101010 | 0 | 1010100 | 11010 | 1011010 | 1001000 | 101011 |
Color Harmonies of #6DBC1E
Complementary color
Monochromatic Colors of #6DBC1E
Black with #6DBC1E
Text Example
Text Example
White with #6DBC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBC1E; }
p { color: rgb(109,188,30); }
H1.HeaderClassName
{
color: #6DBC1E;
}
.AnyTagClassName
{
color: #6DBC1E;
}
</style>
background-color css
<style>
a { background-color: #6DBC1E; }
a { background-color: rgb(109,188,30); }
div.DivClassName
{
background-color: #6DBC1E;
}
.BgClassName
{
background-color: #6DBC1E;
}
</style>
border-color css
<style>
span { border-color: #6DBC1E; }
span { border-color: rgb(109,188,30); }
td.TdClassName
{
border-color: #6DBC1E;
}
.TagClassName
{
border-color: #6DBC1E;
}
</style>