Shades of Christi #62A201
Tints of Christi #62A201
RGB
CMYK
RGB Variations
Color information
#62A201 (or 0x62A201) is known color: Christi. HEX triplet: 62, A2 and 01. RGB value is (98,162,1). Sum of RGB (Red+Green+Blue) = 98+162+1=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #62A201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A201 is #9D5DFE. Grayscale: #7D7D7D. Windows color (decimal): -10313215 or 107106. OLE color: 107106.
HSL color Cylindrical-coordinate representation of color #62A201: hue angle of 83.85º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62A201 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 162 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.36 |
| HSL | 83.85º | 0.99% | 0.32% | - |
| HSV(B) | 83.85º | 0.99% | 0.64% | - |
| XYZ | 17.96 | 28.44 | 4.57 | - |
| YUV | 124.51 | 58.3 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 162 | 1 | 0.40 | 0 | 0.99 | 0.36 | 83.85 | 0.99 | 0.32 |
| Hex | 62 | A2 | 1 | 28 | 0 | 63 | 24 | 54 | 63 | 20 |
| Octal | 142 | 242 | 1 | 50 | 0 | 143 | 44 | 124 | 143 | 40 |
| Binary | 1100010 | 10100010 | 1 | 101000 | 0 | 1100011 | 100100 | 1010100 | 1100011 | 100000 |
Color Harmonies of #62A201
Complementary color
Monochromatic Colors of #62A201
Black with #62A201
Text Example
Text Example
White with #62A201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A201; }
p { color: rgb(98,162,1); }
H1.HeaderClassName
{
color: #62A201;
}
.AnyTagClassName
{
color: #62A201;
}
</style>
background-color css
<style>
a { background-color: #62A201; }
a { background-color: rgb(98,162,1); }
div.DivClassName
{
background-color: #62A201;
}
.BgClassName
{
background-color: #62A201;
}
</style>
border-color css
<style>
span { border-color: #62A201; }
span { border-color: rgb(98,162,1); }
td.TdClassName
{
border-color: #62A201;
}
.TagClassName
{
border-color: #62A201;
}
</style>