Shades of Christi #6DAE29
Tints of Christi #6DAE29
RGB
CMYK
RGB Variations
Color information
#6DAE29 (or 0x6DAE29) is known color: Christi. HEX triplet: 6D, AE and 29. RGB value is (109,174,41). Sum of RGB (Red+Green+Blue) = 109+174+41=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAE29 is #9251D6. Grayscale: #8B8B8B. Windows color (decimal): -9589207 or 2731629. OLE color: 2731629.
HSL color Cylindrical-coordinate representation of color #6DAE29: hue angle of 89.32º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6DAE29 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 41 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.32 |
| HSL | 89.32º | 0.62% | 0.42% | - |
| HSV(B) | 89.32º | 0.76% | 0.68% | - |
| XYZ | 21.84 | 33.68 | 7.45 | - |
| YUV | 139.4 | 72.47 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 41 | 0.37 | 0 | 0.76 | 0.32 | 89.32 | 0.62 | 0.42 |
| Hex | 6D | AE | 29 | 25 | 0 | 4C | 20 | 59 | 3E | 2A |
| Octal | 155 | 256 | 51 | 45 | 0 | 114 | 40 | 131 | 76 | 52 |
| Binary | 1101101 | 10101110 | 101001 | 100101 | 0 | 1001100 | 100000 | 1011001 | 111110 | 101010 |
Color Harmonies of #6DAE29
Complementary color
Monochromatic Colors of #6DAE29
Black with #6DAE29
Text Example
Text Example
White with #6DAE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAE29; }
p { color: rgb(109,174,41); }
H1.HeaderClassName
{
color: #6DAE29;
}
.AnyTagClassName
{
color: #6DAE29;
}
</style>
background-color css
<style>
a { background-color: #6DAE29; }
a { background-color: rgb(109,174,41); }
div.DivClassName
{
background-color: #6DAE29;
}
.BgClassName
{
background-color: #6DAE29;
}
</style>
border-color css
<style>
span { border-color: #6DAE29; }
span { border-color: rgb(109,174,41); }
td.TdClassName
{
border-color: #6DAE29;
}
.TagClassName
{
border-color: #6DAE29;
}
</style>