Shades of Christi #62AB19
Tints of Christi #62AB19
RGB
CMYK
RGB Variations
Color information
#62AB19 (or 0x62AB19) is known color: Christi. HEX triplet: 62, AB and 19. RGB value is (98,171,25). Sum of RGB (Red+Green+Blue) = 98+171+25=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #62AB19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62AB19 is #9D54E6. Grayscale: #858585. Windows color (decimal): -10310887 or 1682274. OLE color: 1682274.
HSL color Cylindrical-coordinate representation of color #62AB19: hue angle of 90º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62AB19 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 171 | 25 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.33 |
| HSL | 90º | 0.74% | 0.38% | - |
| HSV(B) | 90º | 0.85% | 0.67% | - |
| XYZ | 19.78 | 31.79 | 6.01 | - |
| YUV | 132.53 | 67.32 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 171 | 25 | 0.43 | 0 | 0.85 | 0.33 | 90 | 0.74 | 0.38 |
| Hex | 62 | AB | 19 | 2B | 0 | 55 | 21 | 5A | 4A | 26 |
| Octal | 142 | 253 | 31 | 53 | 0 | 125 | 41 | 132 | 112 | 46 |
| Binary | 1100010 | 10101011 | 11001 | 101011 | 0 | 1010101 | 100001 | 1011010 | 1001010 | 100110 |
Color Harmonies of #62AB19
Complementary color
Monochromatic Colors of #62AB19
Black with #62AB19
Text Example
Text Example
White with #62AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AB19; }
p { color: rgb(98,171,25); }
H1.HeaderClassName
{
color: #62AB19;
}
.AnyTagClassName
{
color: #62AB19;
}
</style>
background-color css
<style>
a { background-color: #62AB19; }
a { background-color: rgb(98,171,25); }
div.DivClassName
{
background-color: #62AB19;
}
.BgClassName
{
background-color: #62AB19;
}
</style>
border-color css
<style>
span { border-color: #62AB19; }
span { border-color: rgb(98,171,25); }
td.TdClassName
{
border-color: #62AB19;
}
.TagClassName
{
border-color: #62AB19;
}
</style>