Shades of Christi #6DBA04
Tints of Christi #6DBA04
RGB
CMYK
RGB Variations
Color information
#6DBA04 (or 0x6DBA04) is known color: Christi. HEX triplet: 6D, BA and 04. RGB value is (109,186,4). Sum of RGB (Red+Green+Blue) = 109+186+4=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #6DBA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBA04 is #9245FB. Grayscale: #8E8E8E. Windows color (decimal): -9586172 or 309869. OLE color: 309869.
HSL color Cylindrical-coordinate representation of color #6DBA04: hue angle of 85.38º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6DBA04 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 186 | 4 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.27 |
| HSL | 85.38º | 0.96% | 0.37% | - |
| HSV(B) | 85.38º | 0.98% | 0.73% | - |
| XYZ | 23.89 | 38.38 | 6.26 | - |
| YUV | 142.23 | 49.99 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 4 | 0.41 | 0 | 0.98 | 0.27 | 85.38 | 0.96 | 0.37 |
| Hex | 6D | BA | 4 | 29 | 0 | 62 | 1B | 55 | 60 | 25 |
| Octal | 155 | 272 | 4 | 51 | 0 | 142 | 33 | 125 | 140 | 45 |
| Binary | 1101101 | 10111010 | 100 | 101001 | 0 | 1100010 | 11011 | 1010101 | 1100000 | 100101 |
Color Harmonies of #6DBA04
Complementary color
Monochromatic Colors of #6DBA04
Black with #6DBA04
Text Example
Text Example
White with #6DBA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBA04; }
p { color: rgb(109,186,4); }
H1.HeaderClassName
{
color: #6DBA04;
}
.AnyTagClassName
{
color: #6DBA04;
}
</style>
background-color css
<style>
a { background-color: #6DBA04; }
a { background-color: rgb(109,186,4); }
div.DivClassName
{
background-color: #6DBA04;
}
.BgClassName
{
background-color: #6DBA04;
}
</style>
border-color css
<style>
span { border-color: #6DBA04; }
span { border-color: rgb(109,186,4); }
td.TdClassName
{
border-color: #6DBA04;
}
.TagClassName
{
border-color: #6DBA04;
}
</style>