Shades of Christi #6DAE28
Tints of Christi #6DAE28
RGB
CMYK
RGB Variations
Color information
#6DAE28 (or 0x6DAE28) is known color: Christi. HEX triplet: 6D, AE and 28. RGB value is (109,174,40). Sum of RGB (Red+Green+Blue) = 109+174+40=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAE28 is #9251D7. Grayscale: #8B8B8B. Windows color (decimal): -9589208 or 2666093. OLE color: 2666093.
HSL color Cylindrical-coordinate representation of color #6DAE28: hue angle of 89.1º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6DAE28 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 40 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.32 |
| HSL | 89.1º | 0.63% | 0.42% | - |
| HSV(B) | 89.1º | 0.77% | 0.68% | - |
| XYZ | 21.83 | 33.68 | 7.36 | - |
| YUV | 139.29 | 71.97 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 40 | 0.37 | 0 | 0.77 | 0.32 | 89.1 | 0.63 | 0.42 |
| Hex | 6D | AE | 28 | 25 | 0 | 4D | 20 | 59 | 3F | 2A |
| Octal | 155 | 256 | 50 | 45 | 0 | 115 | 40 | 131 | 77 | 52 |
| Binary | 1101101 | 10101110 | 101000 | 100101 | 0 | 1001101 | 100000 | 1011001 | 111111 | 101010 |
Color Harmonies of #6DAE28
Complementary color
Monochromatic Colors of #6DAE28
Black with #6DAE28
Text Example
Text Example
White with #6DAE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAE28; }
p { color: rgb(109,174,40); }
H1.HeaderClassName
{
color: #6DAE28;
}
.AnyTagClassName
{
color: #6DAE28;
}
</style>
background-color css
<style>
a { background-color: #6DAE28; }
a { background-color: rgb(109,174,40); }
div.DivClassName
{
background-color: #6DAE28;
}
.BgClassName
{
background-color: #6DAE28;
}
</style>
border-color css
<style>
span { border-color: #6DAE28; }
span { border-color: rgb(109,174,40); }
td.TdClassName
{
border-color: #6DAE28;
}
.TagClassName
{
border-color: #6DAE28;
}
</style>