Shades of Christi #6DBA11
Tints of Christi #6DBA11
RGB
CMYK
RGB Variations
Color information
#6DBA11 (or 0x6DBA11) is known color: Christi. HEX triplet: 6D, BA and 11. RGB value is (109,186,17). Sum of RGB (Red+Green+Blue) = 109+186+17=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBA11 is #9245EE. Grayscale: #909090. Windows color (decimal): -9586159 or 1161837. OLE color: 1161837.
HSL color Cylindrical-coordinate representation of color #6DBA11: hue angle of 87.34º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6DBA11 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 17 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.27 |
| HSL | 87.34º | 0.83% | 0.4% | - |
| HSV(B) | 87.34º | 0.91% | 0.73% | - |
| XYZ | 23.97 | 38.41 | 6.68 | - |
| YUV | 143.71 | 56.49 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 17 | 0.41 | 0 | 0.91 | 0.27 | 87.34 | 0.83 | 0.4 |
| Hex | 6D | BA | 11 | 29 | 0 | 5B | 1B | 57 | 53 | 28 |
| Octal | 155 | 272 | 21 | 51 | 0 | 133 | 33 | 127 | 123 | 50 |
| Binary | 1101101 | 10111010 | 10001 | 101001 | 0 | 1011011 | 11011 | 1010111 | 1010011 | 101000 |
Color Harmonies of #6DBA11
Complementary color
Monochromatic Colors of #6DBA11
Black with #6DBA11
Text Example
Text Example
White with #6DBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBA11; }
p { color: rgb(109,186,17); }
H1.HeaderClassName
{
color: #6DBA11;
}
.AnyTagClassName
{
color: #6DBA11;
}
</style>
background-color css
<style>
a { background-color: #6DBA11; }
a { background-color: rgb(109,186,17); }
div.DivClassName
{
background-color: #6DBA11;
}
.BgClassName
{
background-color: #6DBA11;
}
</style>
border-color css
<style>
span { border-color: #6DBA11; }
span { border-color: rgb(109,186,17); }
td.TdClassName
{
border-color: #6DBA11;
}
.TagClassName
{
border-color: #6DBA11;
}
</style>