Shades of Christi #6DBD24
Tints of Christi #6DBD24
RGB
CMYK
RGB Variations
Color information
#6DBD24 (or 0x6DBD24) is known color: Christi. HEX triplet: 6D, BD and 24. RGB value is (109,189,36). Sum of RGB (Red+Green+Blue) = 109+189+36=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD24 is #9242DB. Grayscale: #949494. Windows color (decimal): -9585372 or 2407789. OLE color: 2407789.
HSL color Cylindrical-coordinate representation of color #6DBD24: hue angle of 91.37º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6DBD24 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 36 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.26 |
| HSL | 91.37º | 0.68% | 0.44% | - |
| HSV(B) | 91.37º | 0.81% | 0.74% | - |
| XYZ | 24.82 | 39.77 | 8.04 | - |
| YUV | 147.64 | 65 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 36 | 0.42 | 0 | 0.81 | 0.26 | 91.37 | 0.68 | 0.44 |
| Hex | 6D | BD | 24 | 2A | 0 | 51 | 1A | 5B | 44 | 2C |
| Octal | 155 | 275 | 44 | 52 | 0 | 121 | 32 | 133 | 104 | 54 |
| Binary | 1101101 | 10111101 | 100100 | 101010 | 0 | 1010001 | 11010 | 1011011 | 1000100 | 101100 |
Color Harmonies of #6DBD24
Complementary color
Monochromatic Colors of #6DBD24
Black with #6DBD24
Text Example
Text Example
White with #6DBD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD24; }
p { color: rgb(109,189,36); }
H1.HeaderClassName
{
color: #6DBD24;
}
.AnyTagClassName
{
color: #6DBD24;
}
</style>
background-color css
<style>
a { background-color: #6DBD24; }
a { background-color: rgb(109,189,36); }
div.DivClassName
{
background-color: #6DBD24;
}
.BgClassName
{
background-color: #6DBD24;
}
</style>
border-color css
<style>
span { border-color: #6DBD24; }
span { border-color: rgb(109,189,36); }
td.TdClassName
{
border-color: #6DBD24;
}
.TagClassName
{
border-color: #6DBD24;
}
</style>