Shades of Christi #62B506
Tints of Christi #62B506
RGB
CMYK
RGB Variations
Color information
#62B506 (or 0x62B506) is known color: Christi. HEX triplet: 62, B5 and 06. RGB value is (98,181,6). Sum of RGB (Red+Green+Blue) = 98+181+6=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 181 (71.09% from 255 or 63.51% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 181 - color contains mainly: green. Hex color #62B506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62B506 is #9D4AF9. Grayscale: #888888. Windows color (decimal): -10308346 or 439650. OLE color: 439650.
HSL color Cylindrical-coordinate representation of color #62B506: hue angle of 88.46º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #62B506 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 181 | 6 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.29 |
| HSL | 88.46º | 0.94% | 0.37% | - |
| HSV(B) | 88.46º | 0.97% | 0.71% | - |
| XYZ | 21.59 | 35.66 | 5.92 | - |
| YUV | 136.23 | 54.5 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 181 | 6 | 0.46 | 0 | 0.97 | 0.29 | 88.46 | 0.94 | 0.37 |
| Hex | 62 | B5 | 6 | 2E | 0 | 61 | 1D | 58 | 5E | 25 |
| Octal | 142 | 265 | 6 | 56 | 0 | 141 | 35 | 130 | 136 | 45 |
| Binary | 1100010 | 10110101 | 110 | 101110 | 0 | 1100001 | 11101 | 1011000 | 1011110 | 100101 |
Color Harmonies of #62B506
Complementary color
Monochromatic Colors of #62B506
Black with #62B506
Text Example
Text Example
White with #62B506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B506; }
p { color: rgb(98,181,6); }
H1.HeaderClassName
{
color: #62B506;
}
.AnyTagClassName
{
color: #62B506;
}
</style>
background-color css
<style>
a { background-color: #62B506; }
a { background-color: rgb(98,181,6); }
div.DivClassName
{
background-color: #62B506;
}
.BgClassName
{
background-color: #62B506;
}
</style>
border-color css
<style>
span { border-color: #62B506; }
span { border-color: rgb(98,181,6); }
td.TdClassName
{
border-color: #62B506;
}
.TagClassName
{
border-color: #62B506;
}
</style>