Shades of Christi #62B225
Tints of Christi #62B225
RGB
CMYK
RGB Variations
Color information
#62B225 (or 0x62B225) is known color: Christi. HEX triplet: 62, B2 and 25. RGB value is (98,178,37). Sum of RGB (Red+Green+Blue) = 98+178+37=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #62B225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62B225 is #9D4DDA. Grayscale: #8A8A8A. Windows color (decimal): -10309083 or 2470498. OLE color: 2470498.
HSL color Cylindrical-coordinate representation of color #62B225: hue angle of 94.04º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #62B225 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 178 | 37 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.30 |
| HSL | 94.04º | 0.66% | 0.42% | - |
| HSV(B) | 94.04º | 0.79% | 0.7% | - |
| XYZ | 21.29 | 34.57 | 7.3 | - |
| YUV | 138.01 | 71 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 178 | 37 | 0.45 | 0 | 0.79 | 0.30 | 94.04 | 0.66 | 0.42 |
| Hex | 62 | B2 | 25 | 2D | 0 | 4F | 1E | 5E | 42 | 2A |
| Octal | 142 | 262 | 45 | 55 | 0 | 117 | 36 | 136 | 102 | 52 |
| Binary | 1100010 | 10110010 | 100101 | 101101 | 0 | 1001111 | 11110 | 1011110 | 1000010 | 101010 |
Color Harmonies of #62B225
Complementary color
Monochromatic Colors of #62B225
Black with #62B225
Text Example
Text Example
White with #62B225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B225; }
p { color: rgb(98,178,37); }
H1.HeaderClassName
{
color: #62B225;
}
.AnyTagClassName
{
color: #62B225;
}
</style>
background-color css
<style>
a { background-color: #62B225; }
a { background-color: rgb(98,178,37); }
div.DivClassName
{
background-color: #62B225;
}
.BgClassName
{
background-color: #62B225;
}
</style>
border-color css
<style>
span { border-color: #62B225; }
span { border-color: rgb(98,178,37); }
td.TdClassName
{
border-color: #62B225;
}
.TagClassName
{
border-color: #62B225;
}
</style>