Shades of Christi #62B10A
Tints of Christi #62B10A
RGB
CMYK
RGB Variations
Color information
#62B10A (or 0x62B10A) is known color: Christi. HEX triplet: 62, B1 and 0A. RGB value is (98,177,10). Sum of RGB (Red+Green+Blue) = 98+177+10=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 177 (69.53% from 255 or 62.11% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 177 - color contains mainly: green. Hex color #62B10A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62B10A is #9D4EF5. Grayscale: #868686. Windows color (decimal): -10309366 or 700770. OLE color: 700770.
HSL color Cylindrical-coordinate representation of color #62B10A: hue angle of 88.38º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62B10A is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 177 | 10 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.31 |
| HSL | 88.38º | 0.89% | 0.37% | - |
| HSV(B) | 88.38º | 0.94% | 0.69% | - |
| XYZ | 20.81 | 34.06 | 5.76 | - |
| YUV | 134.34 | 57.83 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 177 | 10 | 0.45 | 0 | 0.94 | 0.31 | 88.38 | 0.89 | 0.37 |
| Hex | 62 | B1 | A | 2D | 0 | 5E | 1F | 58 | 59 | 25 |
| Octal | 142 | 261 | 12 | 55 | 0 | 136 | 37 | 130 | 131 | 45 |
| Binary | 1100010 | 10110001 | 1010 | 101101 | 0 | 1011110 | 11111 | 1011000 | 1011001 | 100101 |
Color Harmonies of #62B10A
Complementary color
Monochromatic Colors of #62B10A
Black with #62B10A
Text Example
Text Example
White with #62B10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B10A; }
p { color: rgb(98,177,10); }
H1.HeaderClassName
{
color: #62B10A;
}
.AnyTagClassName
{
color: #62B10A;
}
</style>
background-color css
<style>
a { background-color: #62B10A; }
a { background-color: rgb(98,177,10); }
div.DivClassName
{
background-color: #62B10A;
}
.BgClassName
{
background-color: #62B10A;
}
</style>
border-color css
<style>
span { border-color: #62B10A; }
span { border-color: rgb(98,177,10); }
td.TdClassName
{
border-color: #62B10A;
}
.TagClassName
{
border-color: #62B10A;
}
</style>