Shades of Christi #6DC42C
Tints of Christi #6DC42C
RGB
CMYK
RGB Variations
Color information
#6DC42C (or 0x6DC42C) is known color: Christi. HEX triplet: 6D, C4 and 2C. RGB value is (109,196,44). Sum of RGB (Red+Green+Blue) = 109+196+44=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #6DC42C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC42C is #923BD3. Grayscale: #999999. Windows color (decimal): -9583572 or 2933869. OLE color: 2933869.
HSL color Cylindrical-coordinate representation of color #6DC42C: hue angle of 94.34º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6DC42C is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 196 | 44 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.23 |
| HSL | 94.34º | 0.63% | 0.47% | - |
| HSV(B) | 94.34º | 0.78% | 0.77% | - |
| XYZ | 26.5 | 42.91 | 9.27 | - |
| YUV | 152.66 | 66.68 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 196 | 44 | 0.44 | 0 | 0.78 | 0.23 | 94.34 | 0.63 | 0.47 |
| Hex | 6D | C4 | 2C | 2C | 0 | 4E | 17 | 5E | 3F | 2F |
| Octal | 155 | 304 | 54 | 54 | 0 | 116 | 27 | 136 | 77 | 57 |
| Binary | 1101101 | 11000100 | 101100 | 101100 | 0 | 1001110 | 10111 | 1011110 | 111111 | 101111 |
Color Harmonies of #6DC42C
Complementary color
Monochromatic Colors of #6DC42C
Black with #6DC42C
Text Example
Text Example
White with #6DC42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC42C; }
p { color: rgb(109,196,44); }
H1.HeaderClassName
{
color: #6DC42C;
}
.AnyTagClassName
{
color: #6DC42C;
}
</style>
background-color css
<style>
a { background-color: #6DC42C; }
a { background-color: rgb(109,196,44); }
div.DivClassName
{
background-color: #6DC42C;
}
.BgClassName
{
background-color: #6DC42C;
}
</style>
border-color css
<style>
span { border-color: #6DC42C; }
span { border-color: rgb(109,196,44); }
td.TdClassName
{
border-color: #6DC42C;
}
.TagClassName
{
border-color: #6DC42C;
}
</style>