Shades of Christi #62AB0D
Tints of Christi #62AB0D
RGB
CMYK
RGB Variations
Color information
#62AB0D (or 0x62AB0D) is known color: Christi. HEX triplet: 62, AB and 0D. RGB value is (98,171,13). Sum of RGB (Red+Green+Blue) = 98+171+13=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 171 (67.19% from 255 or 60.64% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 171 - color contains mainly: green. Hex color #62AB0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62AB0D is #9D54F2. Grayscale: #838383. Windows color (decimal): -10310899 or 895842. OLE color: 895842.
HSL color Cylindrical-coordinate representation of color #62AB0D: hue angle of 87.72º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62AB0D is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 171 | 13 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.33 |
| HSL | 87.72º | 0.86% | 0.36% | - |
| HSV(B) | 87.72º | 0.92% | 0.67% | - |
| XYZ | 19.67 | 31.75 | 5.47 | - |
| YUV | 131.16 | 61.32 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 171 | 13 | 0.43 | 0 | 0.92 | 0.33 | 87.72 | 0.86 | 0.36 |
| Hex | 62 | AB | D | 2B | 0 | 5C | 21 | 58 | 56 | 24 |
| Octal | 142 | 253 | 15 | 53 | 0 | 134 | 41 | 130 | 126 | 44 |
| Binary | 1100010 | 10101011 | 1101 | 101011 | 0 | 1011100 | 100001 | 1011000 | 1010110 | 100100 |
Color Harmonies of #62AB0D
Complementary color
Monochromatic Colors of #62AB0D
Black with #62AB0D
Text Example
Text Example
White with #62AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AB0D; }
p { color: rgb(98,171,13); }
H1.HeaderClassName
{
color: #62AB0D;
}
.AnyTagClassName
{
color: #62AB0D;
}
</style>
background-color css
<style>
a { background-color: #62AB0D; }
a { background-color: rgb(98,171,13); }
div.DivClassName
{
background-color: #62AB0D;
}
.BgClassName
{
background-color: #62AB0D;
}
</style>
border-color css
<style>
span { border-color: #62AB0D; }
span { border-color: rgb(98,171,13); }
td.TdClassName
{
border-color: #62AB0D;
}
.TagClassName
{
border-color: #62AB0D;
}
</style>