Shades of Christi #62B20A
Tints of Christi #62B20A
RGB
CMYK
RGB Variations
Color information
#62B20A (or 0x62B20A) is known color: Christi. HEX triplet: 62, B2 and 0A. RGB value is (98,178,10). Sum of RGB (Red+Green+Blue) = 98+178+10=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 178 (69.92% from 255 or 62.24% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 178 - color contains mainly: green. Hex color #62B20A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62B20A is #9D4DF5. Grayscale: #878787. Windows color (decimal): -10309110 or 701026. OLE color: 701026.
HSL color Cylindrical-coordinate representation of color #62B20A: hue angle of 88.57º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62B20A is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 178 | 10 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.30 |
| HSL | 88.57º | 0.89% | 0.37% | - |
| HSV(B) | 88.57º | 0.94% | 0.7% | - |
| XYZ | 21.01 | 34.46 | 5.83 | - |
| YUV | 134.93 | 57.5 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 178 | 10 | 0.45 | 0 | 0.94 | 0.30 | 88.57 | 0.89 | 0.37 |
| Hex | 62 | B2 | A | 2D | 0 | 5E | 1E | 59 | 59 | 25 |
| Octal | 142 | 262 | 12 | 55 | 0 | 136 | 36 | 131 | 131 | 45 |
| Binary | 1100010 | 10110010 | 1010 | 101101 | 0 | 1011110 | 11110 | 1011001 | 1011001 | 100101 |
Color Harmonies of #62B20A
Complementary color
Monochromatic Colors of #62B20A
Black with #62B20A
Text Example
Text Example
White with #62B20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B20A; }
p { color: rgb(98,178,10); }
H1.HeaderClassName
{
color: #62B20A;
}
.AnyTagClassName
{
color: #62B20A;
}
</style>
background-color css
<style>
a { background-color: #62B20A; }
a { background-color: rgb(98,178,10); }
div.DivClassName
{
background-color: #62B20A;
}
.BgClassName
{
background-color: #62B20A;
}
</style>
border-color css
<style>
span { border-color: #62B20A; }
span { border-color: rgb(98,178,10); }
td.TdClassName
{
border-color: #62B20A;
}
.TagClassName
{
border-color: #62B20A;
}
</style>