Shades of Apple #62D533
Tints of Apple #62D533
RGB
CMYK
RGB Variations
Color information
#62D533 (or 0x62D533) is known color: Apple. HEX triplet: 62, D5 and 33. RGB value is (98,213,51). Sum of RGB (Red+Green+Blue) = 98+213+51=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 213 (83.59% from 255 or 58.84% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 213 - color contains mainly: green. Hex color #62D533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62D533 is #9D2ACC. Grayscale: #A0A0A0. Windows color (decimal): -10300109 or 3396962. OLE color: 3396962.
HSL color Cylindrical-coordinate representation of color #62D533: hue angle of 102.59º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62D533 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 213 | 51 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.16 |
| HSL | 102.59º | 0.66% | 0.52% | - |
| HSV(B) | 102.59º | 0.76% | 0.84% | - |
| XYZ | 29.43 | 50.42 | 11.31 | - |
| YUV | 160.15 | 66.4 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 213 | 51 | 0.54 | 0 | 0.76 | 0.16 | 102.59 | 0.66 | 0.52 |
| Hex | 62 | D5 | 33 | 36 | 0 | 4C | 10 | 67 | 42 | 34 |
| Octal | 142 | 325 | 63 | 66 | 0 | 114 | 20 | 147 | 102 | 64 |
| Binary | 1100010 | 11010101 | 110011 | 110110 | 0 | 1001100 | 10000 | 1100111 | 1000010 | 110100 |
Color Harmonies of #62D533
Complementary color
Monochromatic Colors of #62D533
Black with #62D533
Text Example
Text Example
White with #62D533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D533; }
p { color: rgb(98,213,51); }
H1.HeaderClassName
{
color: #62D533;
}
.AnyTagClassName
{
color: #62D533;
}
</style>
background-color css
<style>
a { background-color: #62D533; }
a { background-color: rgb(98,213,51); }
div.DivClassName
{
background-color: #62D533;
}
.BgClassName
{
background-color: #62D533;
}
</style>
border-color css
<style>
span { border-color: #62D533; }
span { border-color: rgb(98,213,51); }
td.TdClassName
{
border-color: #62D533;
}
.TagClassName
{
border-color: #62D533;
}
</style>