Shades of Christi #62B70C
Tints of Christi #62B70C
RGB
CMYK
RGB Variations
Color information
#62B70C (or 0x62B70C) is known color: Christi. HEX triplet: 62, B7 and 0C. RGB value is (98,183,12). Sum of RGB (Red+Green+Blue) = 98+183+12=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 183 (71.88% from 255 or 62.46% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 183 - color contains mainly: green. Hex color #62B70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62B70C is #9D48F3. Grayscale: #8A8A8A. Windows color (decimal): -10307828 or 833378. OLE color: 833378.
HSL color Cylindrical-coordinate representation of color #62B70C: hue angle of 89.82º 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 #62B70C is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 183 | 12 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.28 |
| HSL | 89.82º | 0.88% | 0.38% | - |
| HSV(B) | 89.82º | 0.93% | 0.72% | - |
| XYZ | 22.04 | 36.49 | 6.23 | - |
| YUV | 138.09 | 56.84 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 183 | 12 | 0.46 | 0 | 0.93 | 0.28 | 89.82 | 0.88 | 0.38 |
| Hex | 62 | B7 | C | 2E | 0 | 5D | 1C | 5A | 58 | 26 |
| Octal | 142 | 267 | 14 | 56 | 0 | 135 | 34 | 132 | 130 | 46 |
| Binary | 1100010 | 10110111 | 1100 | 101110 | 0 | 1011101 | 11100 | 1011010 | 1011000 | 100110 |
Color Harmonies of #62B70C
Complementary color
Monochromatic Colors of #62B70C
Black with #62B70C
Text Example
Text Example
White with #62B70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B70C; }
p { color: rgb(98,183,12); }
H1.HeaderClassName
{
color: #62B70C;
}
.AnyTagClassName
{
color: #62B70C;
}
</style>
background-color css
<style>
a { background-color: #62B70C; }
a { background-color: rgb(98,183,12); }
div.DivClassName
{
background-color: #62B70C;
}
.BgClassName
{
background-color: #62B70C;
}
</style>
border-color css
<style>
span { border-color: #62B70C; }
span { border-color: rgb(98,183,12); }
td.TdClassName
{
border-color: #62B70C;
}
.TagClassName
{
border-color: #62B70C;
}
</style>