Shades of Christi #62B600
Tints of Christi #62B600
RGB
CMYK
RGB Variations
Color information
#62B600 (or 0x62B600) is known color: Christi. HEX triplet: 62, B6 and 00. RGB value is (98,182,0). Sum of RGB (Red+Green+Blue) = 98+182+0=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 182 (71.48% from 255 or 65% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 182 - color contains mainly: green. Hex color #62B600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62B600 is #9D49FF. Grayscale: #888888. Windows color (decimal): -10308096 or 46690. OLE color: 46690.
HSL color Cylindrical-coordinate representation of color #62B600: hue angle of 87.69º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62B600 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 182 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.29 |
| HSL | 87.69º | 1% | 0.36% | - |
| HSV(B) | 87.69º | 1% | 0.71% | - |
| XYZ | 21.76 | 36.05 | 5.81 | - |
| YUV | 136.14 | 51.17 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 182 | 0 | 0.46 | 0 | 1 | 0.29 | 87.69 | 1 | 0.36 |
| Hex | 62 | B6 | 0 | 2E | 0 | 64 | 1D | 58 | 64 | 24 |
| Octal | 142 | 266 | 0 | 56 | 0 | 144 | 35 | 130 | 144 | 44 |
| Binary | 1100010 | 10110110 | 0 | 101110 | 0 | 1100100 | 11101 | 1011000 | 1100100 | 100100 |
Color Harmonies of #62B600
Complementary color
Monochromatic Colors of #62B600
Black with #62B600
Text Example
Text Example
White with #62B600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B600; }
p { color: rgb(98,182,0); }
H1.HeaderClassName
{
color: #62B600;
}
.AnyTagClassName
{
color: #62B600;
}
</style>
background-color css
<style>
a { background-color: #62B600; }
a { background-color: rgb(98,182,0); }
div.DivClassName
{
background-color: #62B600;
}
.BgClassName
{
background-color: #62B600;
}
</style>
border-color css
<style>
span { border-color: #62B600; }
span { border-color: rgb(98,182,0); }
td.TdClassName
{
border-color: #62B600;
}
.TagClassName
{
border-color: #62B600;
}
</style>