Shades of Christi #62B80C
Tints of Christi #62B80C
RGB
CMYK
RGB Variations
Color information
#62B80C (or 0x62B80C) is known color: Christi. HEX triplet: 62, B8 and 0C. RGB value is (98,184,12). Sum of RGB (Red+Green+Blue) = 98+184+12=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 184 (72.27% from 255 or 62.59% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 184 - color contains mainly: green. Hex color #62B80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62B80C is #9D47F3. Grayscale: #8B8B8B. Windows color (decimal): -10307572 or 833634. OLE color: 833634.
HSL color Cylindrical-coordinate representation of color #62B80C: hue angle of 90º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62B80C is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 184 | 12 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.28 |
| HSL | 90º | 0.88% | 0.38% | - |
| HSV(B) | 90º | 0.93% | 0.72% | - |
| XYZ | 22.24 | 36.9 | 6.3 | - |
| YUV | 138.68 | 56.51 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 184 | 12 | 0.47 | 0 | 0.93 | 0.28 | 90 | 0.88 | 0.38 |
| Hex | 62 | B8 | C | 2F | 0 | 5D | 1C | 5A | 58 | 26 |
| Octal | 142 | 270 | 14 | 57 | 0 | 135 | 34 | 132 | 130 | 46 |
| Binary | 1100010 | 10111000 | 1100 | 101111 | 0 | 1011101 | 11100 | 1011010 | 1011000 | 100110 |
Color Harmonies of #62B80C
Complementary color
Monochromatic Colors of #62B80C
Black with #62B80C
Text Example
Text Example
White with #62B80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B80C; }
p { color: rgb(98,184,12); }
H1.HeaderClassName
{
color: #62B80C;
}
.AnyTagClassName
{
color: #62B80C;
}
</style>
background-color css
<style>
a { background-color: #62B80C; }
a { background-color: rgb(98,184,12); }
div.DivClassName
{
background-color: #62B80C;
}
.BgClassName
{
background-color: #62B80C;
}
</style>
border-color css
<style>
span { border-color: #62B80C; }
span { border-color: rgb(98,184,12); }
td.TdClassName
{
border-color: #62B80C;
}
.TagClassName
{
border-color: #62B80C;
}
</style>