Shades of Christi #6EAF25
Tints of Christi #6EAF25
RGB
CMYK
RGB Variations
Color information
#6EAF25 (or 0x6EAF25) is known color: Christi. HEX triplet: 6E, AF and 25. RGB value is (110,175,37). Sum of RGB (Red+Green+Blue) = 110+175+37=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAF25 is #9150DA. Grayscale: #8C8C8C. Windows color (decimal): -9523419 or 2469742. OLE color: 2469742.
HSL color Cylindrical-coordinate representation of color #6EAF25: hue angle of 88.26º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6EAF25 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 37 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.31 |
| HSL | 88.26º | 0.65% | 0.42% | - |
| HSV(B) | 88.26º | 0.79% | 0.69% | - |
| XYZ | 22.09 | 34.11 | 7.17 | - |
| YUV | 139.83 | 69.97 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 37 | 0.37 | 0 | 0.79 | 0.31 | 88.26 | 0.65 | 0.42 |
| Hex | 6E | AF | 25 | 25 | 0 | 4F | 1F | 58 | 41 | 2A |
| Octal | 156 | 257 | 45 | 45 | 0 | 117 | 37 | 130 | 101 | 52 |
| Binary | 1101110 | 10101111 | 100101 | 100101 | 0 | 1001111 | 11111 | 1011000 | 1000001 | 101010 |
Color Harmonies of #6EAF25
Complementary color
Monochromatic Colors of #6EAF25
Black with #6EAF25
Text Example
Text Example
White with #6EAF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAF25; }
p { color: rgb(110,175,37); }
H1.HeaderClassName
{
color: #6EAF25;
}
.AnyTagClassName
{
color: #6EAF25;
}
</style>
background-color css
<style>
a { background-color: #6EAF25; }
a { background-color: rgb(110,175,37); }
div.DivClassName
{
background-color: #6EAF25;
}
.BgClassName
{
background-color: #6EAF25;
}
</style>
border-color css
<style>
span { border-color: #6EAF25; }
span { border-color: rgb(110,175,37); }
td.TdClassName
{
border-color: #6EAF25;
}
.TagClassName
{
border-color: #6EAF25;
}
</style>