Shades of Apple #62BA36
Tints of Apple #62BA36
RGB
CMYK
RGB Variations
Color information
#62BA36 (or 0x62BA36) is known color: Apple. HEX triplet: 62, BA and 36. RGB value is (98,186,54). Sum of RGB (Red+Green+Blue) = 98+186+54=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #62BA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BA36 is #9D45C9. Grayscale: #919191. Windows color (decimal): -10307018 or 3586658. OLE color: 3586658.
HSL color Cylindrical-coordinate representation of color #62BA36: hue angle of 100º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62BA36 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 186 | 54 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.27 |
| HSL | 100º | 0.55% | 0.47% | - |
| HSV(B) | 100º | 0.71% | 0.73% | - |
| XYZ | 23.26 | 37.98 | 9.6 | - |
| YUV | 144.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 54 | 0.47 | 0 | 0.71 | 0.27 | 100 | 0.55 | 0.47 |
| Hex | 62 | BA | 36 | 2F | 0 | 47 | 1B | 64 | 37 | 2F |
| Octal | 142 | 272 | 66 | 57 | 0 | 107 | 33 | 144 | 67 | 57 |
| Binary | 1100010 | 10111010 | 110110 | 101111 | 0 | 1000111 | 11011 | 1100100 | 110111 | 101111 |
Color Harmonies of #62BA36
Complementary color
Monochromatic Colors of #62BA36
Black with #62BA36
Text Example
Text Example
White with #62BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BA36; }
p { color: rgb(98,186,54); }
H1.HeaderClassName
{
color: #62BA36;
}
.AnyTagClassName
{
color: #62BA36;
}
</style>
background-color css
<style>
a { background-color: #62BA36; }
a { background-color: rgb(98,186,54); }
div.DivClassName
{
background-color: #62BA36;
}
.BgClassName
{
background-color: #62BA36;
}
</style>
border-color css
<style>
span { border-color: #62BA36; }
span { border-color: rgb(98,186,54); }
td.TdClassName
{
border-color: #62BA36;
}
.TagClassName
{
border-color: #62BA36;
}
</style>