Shades of Christi #6DBD21
Tints of Christi #6DBD21
RGB
CMYK
RGB Variations
Color information
#6DBD21 (or 0x6DBD21) is known color: Christi. HEX triplet: 6D, BD and 21. RGB value is (109,189,33). Sum of RGB (Red+Green+Blue) = 109+189+33=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD21 is #9242DE. Grayscale: #939393. Windows color (decimal): -9585375 or 2211181. OLE color: 2211181.
HSL color Cylindrical-coordinate representation of color #6DBD21: hue angle of 90.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6DBD21 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 33 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.26 |
| HSL | 90.77º | 0.7% | 0.44% | - |
| HSV(B) | 90.77º | 0.83% | 0.74% | - |
| XYZ | 24.78 | 39.76 | 7.81 | - |
| YUV | 147.3 | 63.5 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 33 | 0.42 | 0 | 0.83 | 0.26 | 90.77 | 0.7 | 0.44 |
| Hex | 6D | BD | 21 | 2A | 0 | 53 | 1A | 5B | 46 | 2C |
| Octal | 155 | 275 | 41 | 52 | 0 | 123 | 32 | 133 | 106 | 54 |
| Binary | 1101101 | 10111101 | 100001 | 101010 | 0 | 1010011 | 11010 | 1011011 | 1000110 | 101100 |
Color Harmonies of #6DBD21
Complementary color
Monochromatic Colors of #6DBD21
Black with #6DBD21
Text Example
Text Example
White with #6DBD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD21; }
p { color: rgb(109,189,33); }
H1.HeaderClassName
{
color: #6DBD21;
}
.AnyTagClassName
{
color: #6DBD21;
}
</style>
background-color css
<style>
a { background-color: #6DBD21; }
a { background-color: rgb(109,189,33); }
div.DivClassName
{
background-color: #6DBD21;
}
.BgClassName
{
background-color: #6DBD21;
}
</style>
border-color css
<style>
span { border-color: #6DBD21; }
span { border-color: rgb(109,189,33); }
td.TdClassName
{
border-color: #6DBD21;
}
.TagClassName
{
border-color: #6DBD21;
}
</style>