Shades of Christi #6DBA12
Tints of Christi #6DBA12
RGB
CMYK
RGB Variations
Color information
#6DBA12 (or 0x6DBA12) is known color: Christi. HEX triplet: 6D, BA and 12. RGB value is (109,186,18). Sum of RGB (Red+Green+Blue) = 109+186+18=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBA12 is #9245ED. Grayscale: #909090. Windows color (decimal): -9586158 or 1227373. OLE color: 1227373.
HSL color Cylindrical-coordinate representation of color #6DBA12: hue angle of 87.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6DBA12 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 18 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.27 |
| HSL | 87.5º | 0.82% | 0.4% | - |
| HSV(B) | 87.5º | 0.9% | 0.73% | - |
| XYZ | 23.97 | 38.41 | 6.72 | - |
| YUV | 143.83 | 56.99 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 18 | 0.41 | 0 | 0.90 | 0.27 | 87.5 | 0.82 | 0.4 |
| Hex | 6D | BA | 12 | 29 | 0 | 5A | 1B | 57 | 52 | 28 |
| Octal | 155 | 272 | 22 | 51 | 0 | 132 | 33 | 127 | 122 | 50 |
| Binary | 1101101 | 10111010 | 10010 | 101001 | 0 | 1011010 | 11011 | 1010111 | 1010010 | 101000 |
Color Harmonies of #6DBA12
Complementary color
Monochromatic Colors of #6DBA12
Black with #6DBA12
Text Example
Text Example
White with #6DBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBA12; }
p { color: rgb(109,186,18); }
H1.HeaderClassName
{
color: #6DBA12;
}
.AnyTagClassName
{
color: #6DBA12;
}
</style>
background-color css
<style>
a { background-color: #6DBA12; }
a { background-color: rgb(109,186,18); }
div.DivClassName
{
background-color: #6DBA12;
}
.BgClassName
{
background-color: #6DBA12;
}
</style>
border-color css
<style>
span { border-color: #6DBA12; }
span { border-color: rgb(109,186,18); }
td.TdClassName
{
border-color: #6DBA12;
}
.TagClassName
{
border-color: #6DBA12;
}
</style>