Shades of Apple #62BD54
Tints of Apple #62BD54
RGB
CMYK
RGB Variations
Color information
#62BD54 (or 0x62BD54) is known color: Apple. HEX triplet: 62, BD and 54. RGB value is (98,189,84). Sum of RGB (Red+Green+Blue) = 98+189+84=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #62BD54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62BD54 is #9D42AB. Grayscale: #969696. Windows color (decimal): -10306220 or 5553506. OLE color: 5553506.
HSL color Cylindrical-coordinate representation of color #62BD54: hue angle of 112º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62BD54 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 189 | 84 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.26 |
| HSL | 112º | 0.44% | 0.54% | - |
| HSV(B) | 112º | 0.56% | 0.74% | - |
| XYZ | 24.83 | 39.63 | 14.73 | - |
| YUV | 149.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 84 | 0.48 | 0 | 0.56 | 0.26 | 112 | 0.44 | 0.54 |
| Hex | 62 | BD | 54 | 30 | 0 | 38 | 1A | 70 | 2C | 36 |
| Octal | 142 | 275 | 124 | 60 | 0 | 70 | 32 | 160 | 54 | 66 |
| Binary | 1100010 | 10111101 | 1010100 | 110000 | 0 | 111000 | 11010 | 1110000 | 101100 | 110110 |
Color Harmonies of #62BD54
Complementary color
Monochromatic Colors of #62BD54
Black with #62BD54
Text Example
Text Example
White with #62BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BD54; }
p { color: rgb(98,189,84); }
H1.HeaderClassName
{
color: #62BD54;
}
.AnyTagClassName
{
color: #62BD54;
}
</style>
background-color css
<style>
a { background-color: #62BD54; }
a { background-color: rgb(98,189,84); }
div.DivClassName
{
background-color: #62BD54;
}
.BgClassName
{
background-color: #62BD54;
}
</style>
border-color css
<style>
span { border-color: #62BD54; }
span { border-color: rgb(98,189,84); }
td.TdClassName
{
border-color: #62BD54;
}
.TagClassName
{
border-color: #62BD54;
}
</style>