Shades of Christi #6DB520
Tints of Christi #6DB520
RGB
CMYK
RGB Variations
Color information
#6DB520 (or 0x6DB520) is known color: Christi. HEX triplet: 6D, B5 and 20. RGB value is (109,181,32). Sum of RGB (Red+Green+Blue) = 109+181+32=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 181 (71.09% from 255 or 56.21% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB520 is #924ADF. Grayscale: #8F8F8F. Windows color (decimal): -9587424 or 2143597. OLE color: 2143597.
HSL color Cylindrical-coordinate representation of color #6DB520: hue angle of 88.99º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6DB520 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 181 | 32 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.29 |
| HSL | 88.99º | 0.7% | 0.42% | - |
| HSV(B) | 88.99º | 0.82% | 0.71% | - |
| XYZ | 23.09 | 36.4 | 7.18 | - |
| YUV | 142.49 | 65.65 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 32 | 0.40 | 0 | 0.82 | 0.29 | 88.99 | 0.7 | 0.42 |
| Hex | 6D | B5 | 20 | 28 | 0 | 52 | 1D | 59 | 46 | 2A |
| Octal | 155 | 265 | 40 | 50 | 0 | 122 | 35 | 131 | 106 | 52 |
| Binary | 1101101 | 10110101 | 100000 | 101000 | 0 | 1010010 | 11101 | 1011001 | 1000110 | 101010 |
Color Harmonies of #6DB520
Complementary color
Monochromatic Colors of #6DB520
Black with #6DB520
Text Example
Text Example
White with #6DB520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB520; }
p { color: rgb(109,181,32); }
H1.HeaderClassName
{
color: #6DB520;
}
.AnyTagClassName
{
color: #6DB520;
}
</style>
background-color css
<style>
a { background-color: #6DB520; }
a { background-color: rgb(109,181,32); }
div.DivClassName
{
background-color: #6DB520;
}
.BgClassName
{
background-color: #6DB520;
}
</style>
border-color css
<style>
span { border-color: #6DB520; }
span { border-color: rgb(109,181,32); }
td.TdClassName
{
border-color: #6DB520;
}
.TagClassName
{
border-color: #6DB520;
}
</style>