Shades of Christi #6DBE2D
Tints of Christi #6DBE2D
RGB
CMYK
RGB Variations
Color information
#6DBE2D (or 0x6DBE2D) is known color: Christi. HEX triplet: 6D, BE and 2D. RGB value is (109,190,45). Sum of RGB (Red+Green+Blue) = 109+190+45=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 190 (74.61% from 255 or 55.23% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBE2D is #9241D2. Grayscale: #959595. Windows color (decimal): -9585107 or 2997869. OLE color: 2997869.
HSL color Cylindrical-coordinate representation of color #6DBE2D: hue angle of 93.52º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6DBE2D is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 190 | 45 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.25 |
| HSL | 93.52º | 0.62% | 0.46% | - |
| HSV(B) | 93.52º | 0.76% | 0.75% | - |
| XYZ | 25.19 | 40.27 | 8.93 | - |
| YUV | 149.25 | 69.16 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 45 | 0.43 | 0 | 0.76 | 0.25 | 93.52 | 0.62 | 0.46 |
| Hex | 6D | BE | 2D | 2B | 0 | 4C | 19 | 5E | 3E | 2E |
| Octal | 155 | 276 | 55 | 53 | 0 | 114 | 31 | 136 | 76 | 56 |
| Binary | 1101101 | 10111110 | 101101 | 101011 | 0 | 1001100 | 11001 | 1011110 | 111110 | 101110 |
Color Harmonies of #6DBE2D
Complementary color
Monochromatic Colors of #6DBE2D
Black with #6DBE2D
Text Example
Text Example
White with #6DBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBE2D; }
p { color: rgb(109,190,45); }
H1.HeaderClassName
{
color: #6DBE2D;
}
.AnyTagClassName
{
color: #6DBE2D;
}
</style>
background-color css
<style>
a { background-color: #6DBE2D; }
a { background-color: rgb(109,190,45); }
div.DivClassName
{
background-color: #6DBE2D;
}
.BgClassName
{
background-color: #6DBE2D;
}
</style>
border-color css
<style>
span { border-color: #6DBE2D; }
span { border-color: rgb(109,190,45); }
td.TdClassName
{
border-color: #6DBE2D;
}
.TagClassName
{
border-color: #6DBE2D;
}
</style>