Shades of Christi #6DBB29
Tints of Christi #6DBB29
RGB
CMYK
RGB Variations
Color information
#6DBB29 (or 0x6DBB29) is known color: Christi. HEX triplet: 6D, BB and 29. RGB value is (109,187,41). Sum of RGB (Red+Green+Blue) = 109+187+41=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 187 (73.44% from 255 or 55.49% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 187 - color contains mainly: green. Hex color #6DBB29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBB29 is #9244D6. Grayscale: #939393. Windows color (decimal): -9585879 or 2734957. OLE color: 2734957.
HSL color Cylindrical-coordinate representation of color #6DBB29: hue angle of 92.05º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6DBB29 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 187 | 41 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.27 |
| HSL | 92.05º | 0.64% | 0.45% | - |
| HSV(B) | 92.05º | 0.78% | 0.73% | - |
| XYZ | 24.48 | 38.95 | 8.33 | - |
| YUV | 147.03 | 68.16 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 41 | 0.42 | 0 | 0.78 | 0.27 | 92.05 | 0.64 | 0.45 |
| Hex | 6D | BB | 29 | 2A | 0 | 4E | 1B | 5C | 40 | 2D |
| Octal | 155 | 273 | 51 | 52 | 0 | 116 | 33 | 134 | 100 | 55 |
| Binary | 1101101 | 10111011 | 101001 | 101010 | 0 | 1001110 | 11011 | 1011100 | 1000000 | 101101 |
Color Harmonies of #6DBB29
Complementary color
Monochromatic Colors of #6DBB29
Black with #6DBB29
Text Example
Text Example
White with #6DBB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBB29; }
p { color: rgb(109,187,41); }
H1.HeaderClassName
{
color: #6DBB29;
}
.AnyTagClassName
{
color: #6DBB29;
}
</style>
background-color css
<style>
a { background-color: #6DBB29; }
a { background-color: rgb(109,187,41); }
div.DivClassName
{
background-color: #6DBB29;
}
.BgClassName
{
background-color: #6DBB29;
}
</style>
border-color css
<style>
span { border-color: #6DBB29; }
span { border-color: rgb(109,187,41); }
td.TdClassName
{
border-color: #6DBB29;
}
.TagClassName
{
border-color: #6DBB29;
}
</style>