Shades of Christi #6DC12D
Tints of Christi #6DC12D
RGB
CMYK
RGB Variations
Color information
#6DC12D (or 0x6DC12D) is known color: Christi. HEX triplet: 6D, C1 and 2D. RGB value is (109,193,45). Sum of RGB (Red+Green+Blue) = 109+193+45=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC12D is #923ED2. Grayscale: #979797. Windows color (decimal): -9584339 or 2998637. OLE color: 2998637.
HSL color Cylindrical-coordinate representation of color #6DC12D: hue angle of 94.05º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6DC12D is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 193 | 45 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.24 |
| HSL | 94.05º | 0.62% | 0.47% | - |
| HSV(B) | 94.05º | 0.77% | 0.76% | - |
| XYZ | 25.85 | 41.58 | 9.15 | - |
| YUV | 151.01 | 68.17 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 45 | 0.44 | 0 | 0.77 | 0.24 | 94.05 | 0.62 | 0.47 |
| Hex | 6D | C1 | 2D | 2C | 0 | 4D | 18 | 5E | 3E | 2F |
| Octal | 155 | 301 | 55 | 54 | 0 | 115 | 30 | 136 | 76 | 57 |
| Binary | 1101101 | 11000001 | 101101 | 101100 | 0 | 1001101 | 11000 | 1011110 | 111110 | 101111 |
Color Harmonies of #6DC12D
Complementary color
Monochromatic Colors of #6DC12D
Black with #6DC12D
Text Example
Text Example
White with #6DC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC12D; }
p { color: rgb(109,193,45); }
H1.HeaderClassName
{
color: #6DC12D;
}
.AnyTagClassName
{
color: #6DC12D;
}
</style>
background-color css
<style>
a { background-color: #6DC12D; }
a { background-color: rgb(109,193,45); }
div.DivClassName
{
background-color: #6DC12D;
}
.BgClassName
{
background-color: #6DC12D;
}
</style>
border-color css
<style>
span { border-color: #6DC12D; }
span { border-color: rgb(109,193,45); }
td.TdClassName
{
border-color: #6DC12D;
}
.TagClassName
{
border-color: #6DC12D;
}
</style>