Shades of Christi #62B200
Tints of Christi #62B200
RGB
CMYK
RGB Variations
Color information
#62B200 (or 0x62B200) is known color: Christi. HEX triplet: 62, B2 and 00. RGB value is (98,178,0). Sum of RGB (Red+Green+Blue) = 98+178+0=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 178 (69.92% from 255 or 64.49% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 178 - color contains mainly: green. Hex color #62B200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62B200 is #9D4DFF. Grayscale: #868686. Windows color (decimal): -10309120 or 45666. OLE color: 45666.
HSL color Cylindrical-coordinate representation of color #62B200: hue angle of 86.97º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62B200 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 178 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.30 |
| HSL | 86.97º | 1% | 0.35% | - |
| HSV(B) | 86.97º | 1% | 0.7% | - |
| XYZ | 20.96 | 34.44 | 5.54 | - |
| YUV | 133.79 | 52.5 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 178 | 0 | 0.45 | 0 | 1 | 0.30 | 86.97 | 1 | 0.35 |
| Hex | 62 | B2 | 0 | 2D | 0 | 64 | 1E | 57 | 64 | 23 |
| Octal | 142 | 262 | 0 | 55 | 0 | 144 | 36 | 127 | 144 | 43 |
| Binary | 1100010 | 10110010 | 0 | 101101 | 0 | 1100100 | 11110 | 1010111 | 1100100 | 100011 |
Color Harmonies of #62B200
Complementary color
Monochromatic Colors of #62B200
Black with #62B200
Text Example
Text Example
White with #62B200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B200; }
p { color: rgb(98,178,0); }
H1.HeaderClassName
{
color: #62B200;
}
.AnyTagClassName
{
color: #62B200;
}
</style>
background-color css
<style>
a { background-color: #62B200; }
a { background-color: rgb(98,178,0); }
div.DivClassName
{
background-color: #62B200;
}
.BgClassName
{
background-color: #62B200;
}
</style>
border-color css
<style>
span { border-color: #62B200; }
span { border-color: rgb(98,178,0); }
td.TdClassName
{
border-color: #62B200;
}
.TagClassName
{
border-color: #62B200;
}
</style>