Shades of Christi #62B113
Tints of Christi #62B113
RGB
CMYK
RGB Variations
Color information
#62B113 (or 0x62B113) is known color: Christi. HEX triplet: 62, B1 and 13. RGB value is (98,177,19). Sum of RGB (Red+Green+Blue) = 98+177+19=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 177 (69.53% from 255 or 60.20% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 177 - color contains mainly: green. Hex color #62B113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62B113 is #9D4EEC. Grayscale: #878787. Windows color (decimal): -10309357 or 1290594. OLE color: 1290594.
HSL color Cylindrical-coordinate representation of color #62B113: hue angle of 90º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62B113 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 177 | 19 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.31 |
| HSL | 90º | 0.81% | 0.38% | - |
| HSV(B) | 90º | 0.89% | 0.69% | - |
| XYZ | 20.88 | 34.09 | 6.1 | - |
| YUV | 135.37 | 62.33 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 177 | 19 | 0.45 | 0 | 0.89 | 0.31 | 90 | 0.81 | 0.38 |
| Hex | 62 | B1 | 13 | 2D | 0 | 59 | 1F | 5A | 51 | 26 |
| Octal | 142 | 261 | 23 | 55 | 0 | 131 | 37 | 132 | 121 | 46 |
| Binary | 1100010 | 10110001 | 10011 | 101101 | 0 | 1011001 | 11111 | 1011010 | 1010001 | 100110 |
Color Harmonies of #62B113
Complementary color
Monochromatic Colors of #62B113
Black with #62B113
Text Example
Text Example
White with #62B113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B113; }
p { color: rgb(98,177,19); }
H1.HeaderClassName
{
color: #62B113;
}
.AnyTagClassName
{
color: #62B113;
}
</style>
background-color css
<style>
a { background-color: #62B113; }
a { background-color: rgb(98,177,19); }
div.DivClassName
{
background-color: #62B113;
}
.BgClassName
{
background-color: #62B113;
}
</style>
border-color css
<style>
span { border-color: #62B113; }
span { border-color: rgb(98,177,19); }
td.TdClassName
{
border-color: #62B113;
}
.TagClassName
{
border-color: #62B113;
}
</style>