Shades of Christi #6DB321
Tints of Christi #6DB321
RGB
CMYK
RGB Variations
Color information
#6DB321 (or 0x6DB321) is known color: Christi. HEX triplet: 6D, B3 and 21. RGB value is (109,179,33). Sum of RGB (Red+Green+Blue) = 109+179+33=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #6DB321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB321 is #924CDE. Grayscale: #8D8D8D. Windows color (decimal): -9587935 or 2208621. OLE color: 2208621.
HSL color Cylindrical-coordinate representation of color #6DB321: hue angle of 88.77º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6DB321 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 109 | 179 | 33 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.30 |
| HSL | 88.77º | 0.69% | 0.42% | - |
| HSV(B) | 88.77º | 0.82% | 0.7% | - |
| XYZ | 22.7 | 35.6 | 7.11 | - |
| YUV | 141.43 | 66.81 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 33 | 0.39 | 0 | 0.82 | 0.30 | 88.77 | 0.69 | 0.42 |
| Hex | 6D | B3 | 21 | 27 | 0 | 52 | 1E | 59 | 45 | 2A |
| Octal | 155 | 263 | 41 | 47 | 0 | 122 | 36 | 131 | 105 | 52 |
| Binary | 1101101 | 10110011 | 100001 | 100111 | 0 | 1010010 | 11110 | 1011001 | 1000101 | 101010 |
Color Harmonies of #6DB321
Complementary color
Monochromatic Colors of #6DB321
Black with #6DB321
Text Example
Text Example
White with #6DB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB321; }
p { color: rgb(109,179,33); }
H1.HeaderClassName
{
color: #6DB321;
}
.AnyTagClassName
{
color: #6DB321;
}
</style>
background-color css
<style>
a { background-color: #6DB321; }
a { background-color: rgb(109,179,33); }
div.DivClassName
{
background-color: #6DB321;
}
.BgClassName
{
background-color: #6DB321;
}
</style>
border-color css
<style>
span { border-color: #6DB321; }
span { border-color: rgb(109,179,33); }
td.TdClassName
{
border-color: #6DB321;
}
.TagClassName
{
border-color: #6DB321;
}
</style>