Shades of Christi #6DB42D
Tints of Christi #6DB42D
RGB
CMYK
RGB Variations
Color information
#6DB42D (or 0x6DB42D) is known color: Christi. HEX triplet: 6D, B4 and 2D. RGB value is (109,180,45). Sum of RGB (Red+Green+Blue) = 109+180+45=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB42D is #924BD2. Grayscale: #8F8F8F. Windows color (decimal): -9587667 or 2995309. OLE color: 2995309.
HSL color Cylindrical-coordinate representation of color #6DB42D: hue angle of 91.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6DB42D is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 45 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.29 |
| HSL | 91.56º | 0.6% | 0.44% | - |
| HSV(B) | 91.56º | 0.75% | 0.71% | - |
| XYZ | 23.1 | 36.08 | 8.23 | - |
| YUV | 143.38 | 72.48 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 45 | 0.39 | 0 | 0.75 | 0.29 | 91.56 | 0.6 | 0.44 |
| Hex | 6D | B4 | 2D | 27 | 0 | 4B | 1D | 5C | 3C | 2C |
| Octal | 155 | 264 | 55 | 47 | 0 | 113 | 35 | 134 | 74 | 54 |
| Binary | 1101101 | 10110100 | 101101 | 100111 | 0 | 1001011 | 11101 | 1011100 | 111100 | 101100 |
Color Harmonies of #6DB42D
Complementary color
Monochromatic Colors of #6DB42D
Black with #6DB42D
Text Example
Text Example
White with #6DB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB42D; }
p { color: rgb(109,180,45); }
H1.HeaderClassName
{
color: #6DB42D;
}
.AnyTagClassName
{
color: #6DB42D;
}
</style>
background-color css
<style>
a { background-color: #6DB42D; }
a { background-color: rgb(109,180,45); }
div.DivClassName
{
background-color: #6DB42D;
}
.BgClassName
{
background-color: #6DB42D;
}
</style>
border-color css
<style>
span { border-color: #6DB42D; }
span { border-color: rgb(109,180,45); }
td.TdClassName
{
border-color: #6DB42D;
}
.TagClassName
{
border-color: #6DB42D;
}
</style>