Shades of Christi #62B526
Tints of Christi #62B526
RGB
CMYK
RGB Variations
Color information
#62B526 (or 0x62B526) is known color: Christi. HEX triplet: 62, B5 and 26. RGB value is (98,181,38). Sum of RGB (Red+Green+Blue) = 98+181+38=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #62B526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62B526 is #9D4AD9. Grayscale: #8C8C8C. Windows color (decimal): -10308314 or 2536802. OLE color: 2536802.
HSL color Cylindrical-coordinate representation of color #62B526: hue angle of 94.83º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #62B526 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 181 | 38 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.29 |
| HSL | 94.83º | 0.65% | 0.43% | - |
| HSV(B) | 94.83º | 0.79% | 0.71% | - |
| XYZ | 21.91 | 35.78 | 7.59 | - |
| YUV | 139.88 | 70.5 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 181 | 38 | 0.46 | 0 | 0.79 | 0.29 | 94.83 | 0.65 | 0.43 |
| Hex | 62 | B5 | 26 | 2E | 0 | 4F | 1D | 5F | 41 | 2B |
| Octal | 142 | 265 | 46 | 56 | 0 | 117 | 35 | 137 | 101 | 53 |
| Binary | 1100010 | 10110101 | 100110 | 101110 | 0 | 1001111 | 11101 | 1011111 | 1000001 | 101011 |
Color Harmonies of #62B526
Complementary color
Monochromatic Colors of #62B526
Black with #62B526
Text Example
Text Example
White with #62B526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B526; }
p { color: rgb(98,181,38); }
H1.HeaderClassName
{
color: #62B526;
}
.AnyTagClassName
{
color: #62B526;
}
</style>
background-color css
<style>
a { background-color: #62B526; }
a { background-color: rgb(98,181,38); }
div.DivClassName
{
background-color: #62B526;
}
.BgClassName
{
background-color: #62B526;
}
</style>
border-color css
<style>
span { border-color: #62B526; }
span { border-color: rgb(98,181,38); }
td.TdClassName
{
border-color: #62B526;
}
.TagClassName
{
border-color: #62B526;
}
</style>