Shades of Apple #62D248
Tints of Apple #62D248
RGB
CMYK
RGB Variations
Color information
#62D248 (or 0x62D248) is known color: Apple. HEX triplet: 62, D2 and 48. RGB value is (98,210,72). Sum of RGB (Red+Green+Blue) = 98+210+72=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 210 (82.42% from 255 or 55.26% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 210 - color contains mainly: green. Hex color #62D248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62D248 is #9D2DB7. Grayscale: #A1A1A1. Windows color (decimal): -10300856 or 4772450. OLE color: 4772450.
HSL color Cylindrical-coordinate representation of color #62D248: hue angle of 108.7º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62D248 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 210 | 72 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.18 |
| HSL | 108.7º | 0.61% | 0.55% | - |
| HSV(B) | 108.7º | 0.66% | 0.82% | - |
| XYZ | 29.25 | 49.16 | 14.08 | - |
| YUV | 160.78 | 77.89 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 210 | 72 | 0.53 | 0 | 0.66 | 0.18 | 108.7 | 0.61 | 0.55 |
| Hex | 62 | D2 | 48 | 35 | 0 | 42 | 12 | 6D | 3D | 37 |
| Octal | 142 | 322 | 110 | 65 | 0 | 102 | 22 | 155 | 75 | 67 |
| Binary | 1100010 | 11010010 | 1001000 | 110101 | 0 | 1000010 | 10010 | 1101101 | 111101 | 110111 |
Color Harmonies of #62D248
Complementary color
Monochromatic Colors of #62D248
Black with #62D248
Text Example
Text Example
White with #62D248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D248; }
p { color: rgb(98,210,72); }
H1.HeaderClassName
{
color: #62D248;
}
.AnyTagClassName
{
color: #62D248;
}
</style>
background-color css
<style>
a { background-color: #62D248; }
a { background-color: rgb(98,210,72); }
div.DivClassName
{
background-color: #62D248;
}
.BgClassName
{
background-color: #62D248;
}
</style>
border-color css
<style>
span { border-color: #62D248; }
span { border-color: rgb(98,210,72); }
td.TdClassName
{
border-color: #62D248;
}
.TagClassName
{
border-color: #62D248;
}
</style>