Shades of Christi #62AD02
Tints of Christi #62AD02
RGB
CMYK
RGB Variations
Color information
#62AD02 (or 0x62AD02) is known color: Christi. HEX triplet: 62, AD and 02. RGB value is (98,173,2). Sum of RGB (Red+Green+Blue) = 98+173+2=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #62AD02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62AD02 is #9D52FD. Grayscale: #838383. Windows color (decimal): -10310398 or 175458. OLE color: 175458.
HSL color Cylindrical-coordinate representation of color #62AD02: hue angle of 86.32º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62AD02 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 173 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.32 |
| HSL | 86.32º | 0.98% | 0.34% | - |
| HSV(B) | 86.32º | 0.99% | 0.68% | - |
| XYZ | 19.99 | 32.49 | 5.27 | - |
| YUV | 131.08 | 55.15 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 2 | 0.43 | 0 | 0.99 | 0.32 | 86.32 | 0.98 | 0.34 |
| Hex | 62 | AD | 2 | 2B | 0 | 63 | 20 | 56 | 62 | 22 |
| Octal | 142 | 255 | 2 | 53 | 0 | 143 | 40 | 126 | 142 | 42 |
| Binary | 1100010 | 10101101 | 10 | 101011 | 0 | 1100011 | 100000 | 1010110 | 1100010 | 100010 |
Color Harmonies of #62AD02
Complementary color
Monochromatic Colors of #62AD02
Black with #62AD02
Text Example
Text Example
White with #62AD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AD02; }
p { color: rgb(98,173,2); }
H1.HeaderClassName
{
color: #62AD02;
}
.AnyTagClassName
{
color: #62AD02;
}
</style>
background-color css
<style>
a { background-color: #62AD02; }
a { background-color: rgb(98,173,2); }
div.DivClassName
{
background-color: #62AD02;
}
.BgClassName
{
background-color: #62AD02;
}
</style>
border-color css
<style>
span { border-color: #62AD02; }
span { border-color: rgb(98,173,2); }
td.TdClassName
{
border-color: #62AD02;
}
.TagClassName
{
border-color: #62AD02;
}
</style>