Shades of Christi #62AD0B
Tints of Christi #62AD0B
RGB
CMYK
RGB Variations
Color information
#62AD0B (or 0x62AD0B) is known color: Christi. HEX triplet: 62, AD and 0B. RGB value is (98,173,11). Sum of RGB (Red+Green+Blue) = 98+173+11=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #62AD0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62AD0B is #9D52F4. Grayscale: #848484. Windows color (decimal): -10310389 or 765282. OLE color: 765282.
HSL color Cylindrical-coordinate representation of color #62AD0B: hue angle of 87.78º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62AD0B is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 173 | 11 | - |
| CMYK | 0.43 | 0 | 0.94 | 0.32 |
| HSL | 87.78º | 0.88% | 0.36% | - |
| HSV(B) | 87.78º | 0.94% | 0.68% | - |
| XYZ | 20.04 | 32.51 | 5.54 | - |
| YUV | 132.11 | 59.65 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 11 | 0.43 | 0 | 0.94 | 0.32 | 87.78 | 0.88 | 0.36 |
| Hex | 62 | AD | B | 2B | 0 | 5E | 20 | 58 | 58 | 24 |
| Octal | 142 | 255 | 13 | 53 | 0 | 136 | 40 | 130 | 130 | 44 |
| Binary | 1100010 | 10101101 | 1011 | 101011 | 0 | 1011110 | 100000 | 1011000 | 1011000 | 100100 |
Color Harmonies of #62AD0B
Complementary color
Monochromatic Colors of #62AD0B
Black with #62AD0B
Text Example
Text Example
White with #62AD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AD0B; }
p { color: rgb(98,173,11); }
H1.HeaderClassName
{
color: #62AD0B;
}
.AnyTagClassName
{
color: #62AD0B;
}
</style>
background-color css
<style>
a { background-color: #62AD0B; }
a { background-color: rgb(98,173,11); }
div.DivClassName
{
background-color: #62AD0B;
}
.BgClassName
{
background-color: #62AD0B;
}
</style>
border-color css
<style>
span { border-color: #62AD0B; }
span { border-color: rgb(98,173,11); }
td.TdClassName
{
border-color: #62AD0B;
}
.TagClassName
{
border-color: #62AD0B;
}
</style>