Shades of Christi #62B000
Tints of Christi #62B000
RGB
CMYK
RGB Variations
Color information
#62B000 (or 0x62B000) is known color: Christi. HEX triplet: 62, B0 and 00. RGB value is (98,176,0). Sum of RGB (Red+Green+Blue) = 98+176+0=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 176 (69.14% from 255 or 64.23% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 176 - color contains mainly: green. Hex color #62B000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62B000 is #9D4FFF. Grayscale: #858585. Windows color (decimal): -10309632 or 45154. OLE color: 45154.
HSL color Cylindrical-coordinate representation of color #62B000: hue angle of 86.59º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62B000 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 176 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.31 |
| HSL | 86.59º | 1% | 0.35% | - |
| HSV(B) | 86.59º | 1% | 0.69% | - |
| XYZ | 20.56 | 33.65 | 5.41 | - |
| YUV | 132.61 | 53.16 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 176 | 0 | 0.44 | 0 | 1 | 0.31 | 86.59 | 1 | 0.35 |
| Hex | 62 | B0 | 0 | 2C | 0 | 64 | 1F | 57 | 64 | 23 |
| Octal | 142 | 260 | 0 | 54 | 0 | 144 | 37 | 127 | 144 | 43 |
| Binary | 1100010 | 10110000 | 0 | 101100 | 0 | 1100100 | 11111 | 1010111 | 1100100 | 100011 |
Color Harmonies of #62B000
Complementary color
Monochromatic Colors of #62B000
Black with #62B000
Text Example
Text Example
White with #62B000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B000; }
p { color: rgb(98,176,0); }
H1.HeaderClassName
{
color: #62B000;
}
.AnyTagClassName
{
color: #62B000;
}
</style>
background-color css
<style>
a { background-color: #62B000; }
a { background-color: rgb(98,176,0); }
div.DivClassName
{
background-color: #62B000;
}
.BgClassName
{
background-color: #62B000;
}
</style>
border-color css
<style>
span { border-color: #62B000; }
span { border-color: rgb(98,176,0); }
td.TdClassName
{
border-color: #62B000;
}
.TagClassName
{
border-color: #62B000;
}
</style>