Shades of Apple #62B952
Tints of Apple #62B952
RGB
CMYK
RGB Variations
Color information
#62B952 (or 0x62B952) is known color: Apple. HEX triplet: 62, B9 and 52. RGB value is (98,185,82). Sum of RGB (Red+Green+Blue) = 98+185+82=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #62B952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62B952 is #9D46AD. Grayscale: #939393. Windows color (decimal): -10307246 or 5421410. OLE color: 5421410.
HSL color Cylindrical-coordinate representation of color #62B952: hue angle of 110.68º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62B952 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 185 | 82 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.27 |
| HSL | 110.68º | 0.42% | 0.52% | - |
| HSV(B) | 110.68º | 0.56% | 0.73% | - |
| XYZ | 23.91 | 37.9 | 14.04 | - |
| YUV | 147.25 | 91.18 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 185 | 82 | 0.47 | 0 | 0.56 | 0.27 | 110.68 | 0.42 | 0.52 |
| Hex | 62 | B9 | 52 | 2F | 0 | 38 | 1B | 6F | 2A | 34 |
| Octal | 142 | 271 | 122 | 57 | 0 | 70 | 33 | 157 | 52 | 64 |
| Binary | 1100010 | 10111001 | 1010010 | 101111 | 0 | 111000 | 11011 | 1101111 | 101010 | 110100 |
Color Harmonies of #62B952
Complementary color
Monochromatic Colors of #62B952
Black with #62B952
Text Example
Text Example
White with #62B952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B952; }
p { color: rgb(98,185,82); }
H1.HeaderClassName
{
color: #62B952;
}
.AnyTagClassName
{
color: #62B952;
}
</style>
background-color css
<style>
a { background-color: #62B952; }
a { background-color: rgb(98,185,82); }
div.DivClassName
{
background-color: #62B952;
}
.BgClassName
{
background-color: #62B952;
}
</style>
border-color css
<style>
span { border-color: #62B952; }
span { border-color: rgb(98,185,82); }
td.TdClassName
{
border-color: #62B952;
}
.TagClassName
{
border-color: #62B952;
}
</style>