Shades of Christi #6DBC2C
Tints of Christi #6DBC2C
RGB
CMYK
RGB Variations
Color information
#6DBC2C (or 0x6DBC2C) is known color: Christi. HEX triplet: 6D, BC and 2C. RGB value is (109,188,44). Sum of RGB (Red+Green+Blue) = 109+188+44=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBC2C is #9243D3. Grayscale: #949494. Windows color (decimal): -9585620 or 2931821. OLE color: 2931821.
HSL color Cylindrical-coordinate representation of color #6DBC2C: hue angle of 92.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6DBC2C is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 188 | 44 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.26 |
| HSL | 92.92º | 0.62% | 0.45% | - |
| HSV(B) | 92.92º | 0.77% | 0.74% | - |
| XYZ | 24.74 | 39.4 | 8.68 | - |
| YUV | 147.96 | 69.33 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 44 | 0.42 | 0 | 0.77 | 0.26 | 92.92 | 0.62 | 0.45 |
| Hex | 6D | BC | 2C | 2A | 0 | 4D | 1A | 5D | 3E | 2D |
| Octal | 155 | 274 | 54 | 52 | 0 | 115 | 32 | 135 | 76 | 55 |
| Binary | 1101101 | 10111100 | 101100 | 101010 | 0 | 1001101 | 11010 | 1011101 | 111110 | 101101 |
Color Harmonies of #6DBC2C
Complementary color
Monochromatic Colors of #6DBC2C
Black with #6DBC2C
Text Example
Text Example
White with #6DBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBC2C; }
p { color: rgb(109,188,44); }
H1.HeaderClassName
{
color: #6DBC2C;
}
.AnyTagClassName
{
color: #6DBC2C;
}
</style>
background-color css
<style>
a { background-color: #6DBC2C; }
a { background-color: rgb(109,188,44); }
div.DivClassName
{
background-color: #6DBC2C;
}
.BgClassName
{
background-color: #6DBC2C;
}
</style>
border-color css
<style>
span { border-color: #6DBC2C; }
span { border-color: rgb(109,188,44); }
td.TdClassName
{
border-color: #6DBC2C;
}
.TagClassName
{
border-color: #6DBC2C;
}
</style>