Shades of Christi #62AB01
Tints of Christi #62AB01
RGB
CMYK
RGB Variations
Color information
#62AB01 (or 0x62AB01) is known color: Christi. HEX triplet: 62, AB and 01. RGB value is (98,171,1). Sum of RGB (Red+Green+Blue) = 98+171+1=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 171 (67.19% from 255 or 63.33% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 171 - color contains mainly: green. Hex color #62AB01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62AB01 is #9D54FE. Grayscale: #828282. Windows color (decimal): -10310911 or 109410. OLE color: 109410.
HSL color Cylindrical-coordinate representation of color #62AB01: hue angle of 85.76º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62AB01 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 171 | 1 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.33 |
| HSL | 85.76º | 0.99% | 0.34% | - |
| HSV(B) | 85.76º | 0.99% | 0.67% | - |
| XYZ | 19.61 | 31.72 | 5.12 | - |
| YUV | 129.79 | 55.32 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 171 | 1 | 0.43 | 0 | 0.99 | 0.33 | 85.76 | 0.99 | 0.34 |
| Hex | 62 | AB | 1 | 2B | 0 | 63 | 21 | 56 | 63 | 22 |
| Octal | 142 | 253 | 1 | 53 | 0 | 143 | 41 | 126 | 143 | 42 |
| Binary | 1100010 | 10101011 | 1 | 101011 | 0 | 1100011 | 100001 | 1010110 | 1100011 | 100010 |
Color Harmonies of #62AB01
Complementary color
Monochromatic Colors of #62AB01
Black with #62AB01
Text Example
Text Example
White with #62AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AB01; }
p { color: rgb(98,171,1); }
H1.HeaderClassName
{
color: #62AB01;
}
.AnyTagClassName
{
color: #62AB01;
}
</style>
background-color css
<style>
a { background-color: #62AB01; }
a { background-color: rgb(98,171,1); }
div.DivClassName
{
background-color: #62AB01;
}
.BgClassName
{
background-color: #62AB01;
}
</style>
border-color css
<style>
span { border-color: #62AB01; }
span { border-color: rgb(98,171,1); }
td.TdClassName
{
border-color: #62AB01;
}
.TagClassName
{
border-color: #62AB01;
}
</style>