Shades of Christi #6DBD29
Tints of Christi #6DBD29
RGB
CMYK
RGB Variations
Color information
#6DBD29 (or 0x6DBD29) is known color: Christi. HEX triplet: 6D, BD and 29. RGB value is (109,189,41). Sum of RGB (Red+Green+Blue) = 109+189+41=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD29 is #9242D6. Grayscale: #949494. Windows color (decimal): -9585367 or 2735469. OLE color: 2735469.
HSL color Cylindrical-coordinate representation of color #6DBD29: hue angle of 92.43º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6DBD29 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 41 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.26 |
| HSL | 92.43º | 0.64% | 0.45% | - |
| HSV(B) | 92.43º | 0.78% | 0.74% | - |
| XYZ | 24.9 | 39.81 | 8.47 | - |
| YUV | 148.21 | 67.5 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 41 | 0.42 | 0 | 0.78 | 0.26 | 92.43 | 0.64 | 0.45 |
| Hex | 6D | BD | 29 | 2A | 0 | 4E | 1A | 5C | 40 | 2D |
| Octal | 155 | 275 | 51 | 52 | 0 | 116 | 32 | 134 | 100 | 55 |
| Binary | 1101101 | 10111101 | 101001 | 101010 | 0 | 1001110 | 11010 | 1011100 | 1000000 | 101101 |
Color Harmonies of #6DBD29
Complementary color
Monochromatic Colors of #6DBD29
Black with #6DBD29
Text Example
Text Example
White with #6DBD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD29; }
p { color: rgb(109,189,41); }
H1.HeaderClassName
{
color: #6DBD29;
}
.AnyTagClassName
{
color: #6DBD29;
}
</style>
background-color css
<style>
a { background-color: #6DBD29; }
a { background-color: rgb(109,189,41); }
div.DivClassName
{
background-color: #6DBD29;
}
.BgClassName
{
background-color: #6DBD29;
}
</style>
border-color css
<style>
span { border-color: #6DBD29; }
span { border-color: rgb(109,189,41); }
td.TdClassName
{
border-color: #6DBD29;
}
.TagClassName
{
border-color: #6DBD29;
}
</style>