Shades of Christi #6DB511
Tints of Christi #6DB511
RGB
CMYK
RGB Variations
Color information
#6DB511 (or 0x6DB511) is known color: Christi. HEX triplet: 6D, B5 and 11. RGB value is (109,181,17). Sum of RGB (Red+Green+Blue) = 109+181+17=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 181 (71.09% from 255 or 58.96% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB511 is #924AEE. Grayscale: #8D8D8D. Windows color (decimal): -9587439 or 1160557. OLE color: 1160557.
HSL color Cylindrical-coordinate representation of color #6DB511: hue angle of 86.34º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DB511 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 181 | 17 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.29 |
| HSL | 86.34º | 0.83% | 0.39% | - |
| HSV(B) | 86.34º | 0.91% | 0.71% | - |
| XYZ | 22.93 | 36.34 | 6.34 | - |
| YUV | 140.78 | 58.15 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 17 | 0.40 | 0 | 0.91 | 0.29 | 86.34 | 0.83 | 0.39 |
| Hex | 6D | B5 | 11 | 28 | 0 | 5B | 1D | 56 | 53 | 27 |
| Octal | 155 | 265 | 21 | 50 | 0 | 133 | 35 | 126 | 123 | 47 |
| Binary | 1101101 | 10110101 | 10001 | 101000 | 0 | 1011011 | 11101 | 1010110 | 1010011 | 100111 |
Color Harmonies of #6DB511
Complementary color
Monochromatic Colors of #6DB511
Black with #6DB511
Text Example
Text Example
White with #6DB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB511; }
p { color: rgb(109,181,17); }
H1.HeaderClassName
{
color: #6DB511;
}
.AnyTagClassName
{
color: #6DB511;
}
</style>
background-color css
<style>
a { background-color: #6DB511; }
a { background-color: rgb(109,181,17); }
div.DivClassName
{
background-color: #6DB511;
}
.BgClassName
{
background-color: #6DB511;
}
</style>
border-color css
<style>
span { border-color: #6DB511; }
span { border-color: rgb(109,181,17); }
td.TdClassName
{
border-color: #6DB511;
}
.TagClassName
{
border-color: #6DB511;
}
</style>