Shades of Christi #6DB82D
Tints of Christi #6DB82D
RGB
CMYK
RGB Variations
Color information
#6DB82D (or 0x6DB82D) is known color: Christi. HEX triplet: 6D, B8 and 2D. RGB value is (109,184,45). Sum of RGB (Red+Green+Blue) = 109+184+45=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 184 (72.27% from 255 or 54.44% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 184 - color contains mainly: green. Hex color #6DB82D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB82D is #9247D2. Grayscale: #929292. Windows color (decimal): -9586643 or 2996333. OLE color: 2996333.
HSL color Cylindrical-coordinate representation of color #6DB82D: hue angle of 92.37º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6DB82D is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 109 | 184 | 45 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.28 |
| HSL | 92.37º | 0.61% | 0.45% | - |
| HSV(B) | 92.37º | 0.76% | 0.72% | - |
| XYZ | 23.92 | 37.72 | 8.5 | - |
| YUV | 145.73 | 71.15 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 184 | 45 | 0.41 | 0 | 0.76 | 0.28 | 92.37 | 0.61 | 0.45 |
| Hex | 6D | B8 | 2D | 29 | 0 | 4C | 1C | 5C | 3D | 2D |
| Octal | 155 | 270 | 55 | 51 | 0 | 114 | 34 | 134 | 75 | 55 |
| Binary | 1101101 | 10111000 | 101101 | 101001 | 0 | 1001100 | 11100 | 1011100 | 111101 | 101101 |
Color Harmonies of #6DB82D
Complementary color
Monochromatic Colors of #6DB82D
Black with #6DB82D
Text Example
Text Example
White with #6DB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB82D; }
p { color: rgb(109,184,45); }
H1.HeaderClassName
{
color: #6DB82D;
}
.AnyTagClassName
{
color: #6DB82D;
}
</style>
background-color css
<style>
a { background-color: #6DB82D; }
a { background-color: rgb(109,184,45); }
div.DivClassName
{
background-color: #6DB82D;
}
.BgClassName
{
background-color: #6DB82D;
}
</style>
border-color css
<style>
span { border-color: #6DB82D; }
span { border-color: rgb(109,184,45); }
td.TdClassName
{
border-color: #6DB82D;
}
.TagClassName
{
border-color: #6DB82D;
}
</style>