Shades of Christi #6EAD31
Tints of Christi #6EAD31
RGB
CMYK
RGB Variations
Color information
#6EAD31 (or 0x6EAD31) is known color: Christi. HEX triplet: 6E, AD and 31. RGB value is (110,173,49). Sum of RGB (Red+Green+Blue) = 110+173+49=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAD31 is #9152CE. Grayscale: #8C8C8C. Windows color (decimal): -9523919 or 3255662. OLE color: 3255662.
HSL color Cylindrical-coordinate representation of color #6EAD31: hue angle of 90.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6EAD31 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 173 | 49 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.32 |
| HSL | 90.48º | 0.56% | 0.44% | - |
| HSV(B) | 90.48º | 0.72% | 0.68% | - |
| XYZ | 21.93 | 33.42 | 8.2 | - |
| YUV | 140.03 | 76.63 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 49 | 0.36 | 0 | 0.72 | 0.32 | 90.48 | 0.56 | 0.44 |
| Hex | 6E | AD | 31 | 24 | 0 | 48 | 20 | 5A | 38 | 2C |
| Octal | 156 | 255 | 61 | 44 | 0 | 110 | 40 | 132 | 70 | 54 |
| Binary | 1101110 | 10101101 | 110001 | 100100 | 0 | 1001000 | 100000 | 1011010 | 111000 | 101100 |
Color Harmonies of #6EAD31
Complementary color
Monochromatic Colors of #6EAD31
Black with #6EAD31
Text Example
Text Example
White with #6EAD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAD31; }
p { color: rgb(110,173,49); }
H1.HeaderClassName
{
color: #6EAD31;
}
.AnyTagClassName
{
color: #6EAD31;
}
</style>
background-color css
<style>
a { background-color: #6EAD31; }
a { background-color: rgb(110,173,49); }
div.DivClassName
{
background-color: #6EAD31;
}
.BgClassName
{
background-color: #6EAD31;
}
</style>
border-color css
<style>
span { border-color: #6EAD31; }
span { border-color: rgb(110,173,49); }
td.TdClassName
{
border-color: #6EAD31;
}
.TagClassName
{
border-color: #6EAD31;
}
</style>