Shades of Apple #62B858
Tints of Apple #62B858
RGB
CMYK
RGB Variations
Color information
#62B858 (or 0x62B858) is known color: Apple. HEX triplet: 62, B8 and 58. RGB value is (98,184,88). Sum of RGB (Red+Green+Blue) = 98+184+88=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #62B858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62B858 is #9D47A7. Grayscale: #939393. Windows color (decimal): -10307496 or 5814370. OLE color: 5814370.
HSL color Cylindrical-coordinate representation of color #62B858: hue angle of 113.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62B858 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 184 | 88 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.28 |
| HSL | 113.75º | 0.4% | 0.53% | - |
| HSV(B) | 113.75º | 0.52% | 0.72% | - |
| XYZ | 23.94 | 37.58 | 15.22 | - |
| YUV | 147.34 | 94.51 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 184 | 88 | 0.47 | 0 | 0.52 | 0.28 | 113.75 | 0.4 | 0.53 |
| Hex | 62 | B8 | 58 | 2F | 0 | 34 | 1C | 72 | 28 | 35 |
| Octal | 142 | 270 | 130 | 57 | 0 | 64 | 34 | 162 | 50 | 65 |
| Binary | 1100010 | 10111000 | 1011000 | 101111 | 0 | 110100 | 11100 | 1110010 | 101000 | 110101 |
Color Harmonies of #62B858
Complementary color
Monochromatic Colors of #62B858
Black with #62B858
Text Example
Text Example
White with #62B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B858; }
p { color: rgb(98,184,88); }
H1.HeaderClassName
{
color: #62B858;
}
.AnyTagClassName
{
color: #62B858;
}
</style>
background-color css
<style>
a { background-color: #62B858; }
a { background-color: rgb(98,184,88); }
div.DivClassName
{
background-color: #62B858;
}
.BgClassName
{
background-color: #62B858;
}
</style>
border-color css
<style>
span { border-color: #62B858; }
span { border-color: rgb(98,184,88); }
td.TdClassName
{
border-color: #62B858;
}
.TagClassName
{
border-color: #62B858;
}
</style>