Shades of Christi #62AE19
Tints of Christi #62AE19
RGB
CMYK
RGB Variations
Color information
#62AE19 (or 0x62AE19) is known color: Christi. HEX triplet: 62, AE and 19. RGB value is (98,174,25). Sum of RGB (Red+Green+Blue) = 98+174+25=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 174 (68.36% from 255 or 58.59% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 174 - color contains mainly: green. Hex color #62AE19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62AE19 is #9D51E6. Grayscale: #868686. Windows color (decimal): -10310119 or 1683042. OLE color: 1683042.
HSL color Cylindrical-coordinate representation of color #62AE19: hue angle of 90.6º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62AE19 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 174 | 25 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.32 |
| HSL | 90.6º | 0.75% | 0.39% | - |
| HSV(B) | 90.6º | 0.86% | 0.68% | - |
| XYZ | 20.35 | 32.94 | 6.21 | - |
| YUV | 134.29 | 66.32 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 174 | 25 | 0.44 | 0 | 0.86 | 0.32 | 90.6 | 0.75 | 0.39 |
| Hex | 62 | AE | 19 | 2C | 0 | 56 | 20 | 5B | 4B | 27 |
| Octal | 142 | 256 | 31 | 54 | 0 | 126 | 40 | 133 | 113 | 47 |
| Binary | 1100010 | 10101110 | 11001 | 101100 | 0 | 1010110 | 100000 | 1011011 | 1001011 | 100111 |
Color Harmonies of #62AE19
Complementary color
Monochromatic Colors of #62AE19
Black with #62AE19
Text Example
Text Example
White with #62AE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AE19; }
p { color: rgb(98,174,25); }
H1.HeaderClassName
{
color: #62AE19;
}
.AnyTagClassName
{
color: #62AE19;
}
</style>
background-color css
<style>
a { background-color: #62AE19; }
a { background-color: rgb(98,174,25); }
div.DivClassName
{
background-color: #62AE19;
}
.BgClassName
{
background-color: #62AE19;
}
</style>
border-color css
<style>
span { border-color: #62AE19; }
span { border-color: rgb(98,174,25); }
td.TdClassName
{
border-color: #62AE19;
}
.TagClassName
{
border-color: #62AE19;
}
</style>