Shades of Christi #62A800
Tints of Christi #62A800
RGB
CMYK
RGB Variations
Color information
#62A800 (or 0x62A800) is known color: Christi. HEX triplet: 62, A8 and 00. RGB value is (98,168,0). Sum of RGB (Red+Green+Blue) = 98+168+0=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 168 (66.02% from 255 or 63.16% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 168 - color contains mainly: green. Hex color #62A800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A800 is #9D57FF. Grayscale: #808080. Windows color (decimal): -10311680 or 43106. OLE color: 43106.
HSL color Cylindrical-coordinate representation of color #62A800: hue angle of 85º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62A800 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 98 | 168 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.34 |
| HSL | 85º | 1% | 0.33% | - |
| HSV(B) | 85º | 1% | 0.66% | - |
| XYZ | 19.04 | 30.6 | 4.9 | - |
| YUV | 127.92 | 55.81 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 168 | 0 | 0.42 | 0 | 1 | 0.34 | 85 | 1 | 0.33 |
| Hex | 62 | A8 | 0 | 2A | 0 | 64 | 22 | 55 | 64 | 21 |
| Octal | 142 | 250 | 0 | 52 | 0 | 144 | 42 | 125 | 144 | 41 |
| Binary | 1100010 | 10101000 | 0 | 101010 | 0 | 1100100 | 100010 | 1010101 | 1100100 | 100001 |
Color Harmonies of #62A800
Complementary color
Monochromatic Colors of #62A800
Black with #62A800
Text Example
Text Example
White with #62A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A800; }
p { color: rgb(98,168,0); }
H1.HeaderClassName
{
color: #62A800;
}
.AnyTagClassName
{
color: #62A800;
}
</style>
background-color css
<style>
a { background-color: #62A800; }
a { background-color: rgb(98,168,0); }
div.DivClassName
{
background-color: #62A800;
}
.BgClassName
{
background-color: #62A800;
}
</style>
border-color css
<style>
span { border-color: #62A800; }
span { border-color: rgb(98,168,0); }
td.TdClassName
{
border-color: #62A800;
}
.TagClassName
{
border-color: #62A800;
}
</style>