Shades of Christi #6DAE19
Tints of Christi #6DAE19
RGB
CMYK
RGB Variations
Color information
#6DAE19 (or 0x6DAE19) is known color: Christi. HEX triplet: 6D, AE and 19. RGB value is (109,174,25). Sum of RGB (Red+Green+Blue) = 109+174+25=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAE19 is #9251E6. Grayscale: #8A8A8A. Windows color (decimal): -9589223 or 1683053. OLE color: 1683053.
HSL color Cylindrical-coordinate representation of color #6DAE19: hue angle of 86.17º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6DAE19 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 25 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.32 |
| HSL | 86.17º | 0.75% | 0.39% | - |
| HSV(B) | 86.17º | 0.86% | 0.68% | - |
| XYZ | 21.62 | 33.59 | 6.26 | - |
| YUV | 137.58 | 64.47 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 25 | 0.37 | 0 | 0.86 | 0.32 | 86.17 | 0.75 | 0.39 |
| Hex | 6D | AE | 19 | 25 | 0 | 56 | 20 | 56 | 4B | 27 |
| Octal | 155 | 256 | 31 | 45 | 0 | 126 | 40 | 126 | 113 | 47 |
| Binary | 1101101 | 10101110 | 11001 | 100101 | 0 | 1010110 | 100000 | 1010110 | 1001011 | 100111 |
Color Harmonies of #6DAE19
Complementary color
Monochromatic Colors of #6DAE19
Black with #6DAE19
Text Example
Text Example
White with #6DAE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAE19; }
p { color: rgb(109,174,25); }
H1.HeaderClassName
{
color: #6DAE19;
}
.AnyTagClassName
{
color: #6DAE19;
}
</style>
background-color css
<style>
a { background-color: #6DAE19; }
a { background-color: rgb(109,174,25); }
div.DivClassName
{
background-color: #6DAE19;
}
.BgClassName
{
background-color: #6DAE19;
}
</style>
border-color css
<style>
span { border-color: #6DAE19; }
span { border-color: rgb(109,174,25); }
td.TdClassName
{
border-color: #6DAE19;
}
.TagClassName
{
border-color: #6DAE19;
}
</style>