Shades of Christi #6DB90F
Tints of Christi #6DB90F
RGB
CMYK
RGB Variations
Color information
#6DB90F (or 0x6DB90F) is known color: Christi. HEX triplet: 6D, B9 and 0F. RGB value is (109,185,15). Sum of RGB (Red+Green+Blue) = 109+185+15=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB90F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DB90F is #9246F0. Grayscale: #8F8F8F. Windows color (decimal): -9586417 or 1030509. OLE color: 1030509.
HSL color Cylindrical-coordinate representation of color #6DB90F: hue angle of 86.82º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6DB90F is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 185 | 15 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.27 |
| HSL | 86.82º | 0.85% | 0.39% | - |
| HSV(B) | 86.82º | 0.92% | 0.73% | - |
| XYZ | 23.74 | 37.98 | 6.53 | - |
| YUV | 142.9 | 55.82 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 15 | 0.41 | 0 | 0.92 | 0.27 | 86.82 | 0.85 | 0.39 |
| Hex | 6D | B9 | F | 29 | 0 | 5C | 1B | 57 | 55 | 27 |
| Octal | 155 | 271 | 17 | 51 | 0 | 134 | 33 | 127 | 125 | 47 |
| Binary | 1101101 | 10111001 | 1111 | 101001 | 0 | 1011100 | 11011 | 1010111 | 1010101 | 100111 |
Color Harmonies of #6DB90F
Complementary color
Monochromatic Colors of #6DB90F
Black with #6DB90F
Text Example
Text Example
White with #6DB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB90F; }
p { color: rgb(109,185,15); }
H1.HeaderClassName
{
color: #6DB90F;
}
.AnyTagClassName
{
color: #6DB90F;
}
</style>
background-color css
<style>
a { background-color: #6DB90F; }
a { background-color: rgb(109,185,15); }
div.DivClassName
{
background-color: #6DB90F;
}
.BgClassName
{
background-color: #6DB90F;
}
</style>
border-color css
<style>
span { border-color: #6DB90F; }
span { border-color: rgb(109,185,15); }
td.TdClassName
{
border-color: #6DB90F;
}
.TagClassName
{
border-color: #6DB90F;
}
</style>