Shades of Christi #6DAE05
Tints of Christi #6DAE05
RGB
CMYK
RGB Variations
Color information
#6DAE05 (or 0x6DAE05) is known color: Christi. HEX triplet: 6D, AE and 05. RGB value is (109,174,5). Sum of RGB (Red+Green+Blue) = 109+174+5=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAE05 is #9251FA. Grayscale: #878787. Windows color (decimal): -9589243 or 372333. OLE color: 372333.
HSL color Cylindrical-coordinate representation of color #6DAE05: hue angle of 83.08º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6DAE05 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 5 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.32 |
| HSL | 83.08º | 0.94% | 0.35% | - |
| HSV(B) | 83.08º | 0.97% | 0.68% | - |
| XYZ | 21.47 | 33.53 | 5.48 | - |
| YUV | 135.3 | 54.47 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 5 | 0.37 | 0 | 0.97 | 0.32 | 83.08 | 0.94 | 0.35 |
| Hex | 6D | AE | 5 | 25 | 0 | 61 | 20 | 53 | 5E | 23 |
| Octal | 155 | 256 | 5 | 45 | 0 | 141 | 40 | 123 | 136 | 43 |
| Binary | 1101101 | 10101110 | 101 | 100101 | 0 | 1100001 | 100000 | 1010011 | 1011110 | 100011 |
Color Harmonies of #6DAE05
Complementary color
Monochromatic Colors of #6DAE05
Black with #6DAE05
Text Example
Text Example
White with #6DAE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAE05; }
p { color: rgb(109,174,5); }
H1.HeaderClassName
{
color: #6DAE05;
}
.AnyTagClassName
{
color: #6DAE05;
}
</style>
background-color css
<style>
a { background-color: #6DAE05; }
a { background-color: rgb(109,174,5); }
div.DivClassName
{
background-color: #6DAE05;
}
.BgClassName
{
background-color: #6DAE05;
}
</style>
border-color css
<style>
span { border-color: #6DAE05; }
span { border-color: rgb(109,174,5); }
td.TdClassName
{
border-color: #6DAE05;
}
.TagClassName
{
border-color: #6DAE05;
}
</style>