Shades of Apple #62DA51
Tints of Apple #62DA51
RGB
CMYK
RGB Variations
Color information
#62DA51 (or 0x62DA51) is known color: Apple. HEX triplet: 62, DA and 51. RGB value is (98,218,81). Sum of RGB (Red+Green+Blue) = 98+218+81=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #62DA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62DA51 is #9D25AE. Grayscale: #A6A6A6. Windows color (decimal): -10298799 or 5364322. OLE color: 5364322.
HSL color Cylindrical-coordinate representation of color #62DA51: hue angle of 112.55º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62DA51 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 218 | 81 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.15 |
| HSL | 112.55º | 0.65% | 0.59% | - |
| HSV(B) | 112.55º | 0.63% | 0.85% | - |
| XYZ | 31.59 | 53.33 | 16.41 | - |
| YUV | 166.5 | 79.74 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 218 | 81 | 0.55 | 0 | 0.63 | 0.15 | 112.55 | 0.65 | 0.59 |
| Hex | 62 | DA | 51 | 37 | 0 | 3F | F | 71 | 41 | 3B |
| Octal | 142 | 332 | 121 | 67 | 0 | 77 | 17 | 161 | 101 | 73 |
| Binary | 1100010 | 11011010 | 1010001 | 110111 | 0 | 111111 | 1111 | 1110001 | 1000001 | 111011 |
Color Harmonies of #62DA51
Complementary color
Monochromatic Colors of #62DA51
Black with #62DA51
Text Example
Text Example
White with #62DA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DA51; }
p { color: rgb(98,218,81); }
H1.HeaderClassName
{
color: #62DA51;
}
.AnyTagClassName
{
color: #62DA51;
}
</style>
background-color css
<style>
a { background-color: #62DA51; }
a { background-color: rgb(98,218,81); }
div.DivClassName
{
background-color: #62DA51;
}
.BgClassName
{
background-color: #62DA51;
}
</style>
border-color css
<style>
span { border-color: #62DA51; }
span { border-color: rgb(98,218,81); }
td.TdClassName
{
border-color: #62DA51;
}
.TagClassName
{
border-color: #62DA51;
}
</style>