Shades of Christi #6DB513
Tints of Christi #6DB513
RGB
CMYK
RGB Variations
Color information
#6DB513 (or 0x6DB513) is known color: Christi. HEX triplet: 6D, B5 and 13. RGB value is (109,181,19). Sum of RGB (Red+Green+Blue) = 109+181+19=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 181 (71.09% from 255 or 58.58% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 181 - color contains mainly: green. Hex color #6DB513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB513 is #924AEC. Grayscale: #8D8D8D. Windows color (decimal): -9587437 or 1291629. OLE color: 1291629.
HSL color Cylindrical-coordinate representation of color #6DB513: hue angle of 86.67º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6DB513 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 181 | 19 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.29 |
| HSL | 86.67º | 0.81% | 0.39% | - |
| HSV(B) | 86.67º | 0.9% | 0.71% | - |
| XYZ | 22.95 | 36.35 | 6.42 | - |
| YUV | 141 | 59.15 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 19 | 0.40 | 0 | 0.90 | 0.29 | 86.67 | 0.81 | 0.39 |
| Hex | 6D | B5 | 13 | 28 | 0 | 5A | 1D | 57 | 51 | 27 |
| Octal | 155 | 265 | 23 | 50 | 0 | 132 | 35 | 127 | 121 | 47 |
| Binary | 1101101 | 10110101 | 10011 | 101000 | 0 | 1011010 | 11101 | 1010111 | 1010001 | 100111 |
Color Harmonies of #6DB513
Complementary color
Monochromatic Colors of #6DB513
Black with #6DB513
Text Example
Text Example
White with #6DB513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB513; }
p { color: rgb(109,181,19); }
H1.HeaderClassName
{
color: #6DB513;
}
.AnyTagClassName
{
color: #6DB513;
}
</style>
background-color css
<style>
a { background-color: #6DB513; }
a { background-color: rgb(109,181,19); }
div.DivClassName
{
background-color: #6DB513;
}
.BgClassName
{
background-color: #6DB513;
}
</style>
border-color css
<style>
span { border-color: #6DB513; }
span { border-color: rgb(109,181,19); }
td.TdClassName
{
border-color: #6DB513;
}
.TagClassName
{
border-color: #6DB513;
}
</style>