Shades of Christi #6DAF16
Tints of Christi #6DAF16
RGB
CMYK
RGB Variations
Color information
#6DAF16 (or 0x6DAF16) is known color: Christi. HEX triplet: 6D, AF and 16. RGB value is (109,175,22). Sum of RGB (Red+Green+Blue) = 109+175+22=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAF16 is #9250E9. Grayscale: #8A8A8A. Windows color (decimal): -9588970 or 1486701. OLE color: 1486701.
HSL color Cylindrical-coordinate representation of color #6DAF16: hue angle of 85.88º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6DAF16 is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 22 | - |
| CMYK | 0.38 | 0 | 0.87 | 0.31 |
| HSL | 85.88º | 0.78% | 0.39% | - |
| HSV(B) | 85.88º | 0.87% | 0.69% | - |
| XYZ | 21.78 | 33.97 | 6.17 | - |
| YUV | 137.82 | 62.63 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 22 | 0.38 | 0 | 0.87 | 0.31 | 85.88 | 0.78 | 0.39 |
| Hex | 6D | AF | 16 | 26 | 0 | 57 | 1F | 56 | 4E | 27 |
| Octal | 155 | 257 | 26 | 46 | 0 | 127 | 37 | 126 | 116 | 47 |
| Binary | 1101101 | 10101111 | 10110 | 100110 | 0 | 1010111 | 11111 | 1010110 | 1001110 | 100111 |
Color Harmonies of #6DAF16
Complementary color
Monochromatic Colors of #6DAF16
Black with #6DAF16
Text Example
Text Example
White with #6DAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF16; }
p { color: rgb(109,175,22); }
H1.HeaderClassName
{
color: #6DAF16;
}
.AnyTagClassName
{
color: #6DAF16;
}
</style>
background-color css
<style>
a { background-color: #6DAF16; }
a { background-color: rgb(109,175,22); }
div.DivClassName
{
background-color: #6DAF16;
}
.BgClassName
{
background-color: #6DAF16;
}
</style>
border-color css
<style>
span { border-color: #6DAF16; }
span { border-color: rgb(109,175,22); }
td.TdClassName
{
border-color: #6DAF16;
}
.TagClassName
{
border-color: #6DAF16;
}
</style>