Shades of Apple #62B748
Tints of Apple #62B748
RGB
CMYK
RGB Variations
Color information
#62B748 (or 0x62B748) is known color: Apple. HEX triplet: 62, B7 and 48. RGB value is (98,183,72). Sum of RGB (Red+Green+Blue) = 98+183+72=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #62B748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62B748 is #9D48B7. Grayscale: #919191. Windows color (decimal): -10307768 or 4765538. OLE color: 4765538.
HSL color Cylindrical-coordinate representation of color #62B748: hue angle of 105.95º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62B748 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 183 | 72 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.28 |
| HSL | 105.95º | 0.44% | 0.5% | - |
| HSV(B) | 105.95º | 0.61% | 0.72% | - |
| XYZ | 23.14 | 36.93 | 12.04 | - |
| YUV | 144.93 | 86.84 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 183 | 72 | 0.46 | 0 | 0.61 | 0.28 | 105.95 | 0.44 | 0.5 |
| Hex | 62 | B7 | 48 | 2E | 0 | 3D | 1C | 6A | 2C | 32 |
| Octal | 142 | 267 | 110 | 56 | 0 | 75 | 34 | 152 | 54 | 62 |
| Binary | 1100010 | 10110111 | 1001000 | 101110 | 0 | 111101 | 11100 | 1101010 | 101100 | 110010 |
Color Harmonies of #62B748
Complementary color
Monochromatic Colors of #62B748
Black with #62B748
Text Example
Text Example
White with #62B748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B748; }
p { color: rgb(98,183,72); }
H1.HeaderClassName
{
color: #62B748;
}
.AnyTagClassName
{
color: #62B748;
}
</style>
background-color css
<style>
a { background-color: #62B748; }
a { background-color: rgb(98,183,72); }
div.DivClassName
{
background-color: #62B748;
}
.BgClassName
{
background-color: #62B748;
}
</style>
border-color css
<style>
span { border-color: #62B748; }
span { border-color: rgb(98,183,72); }
td.TdClassName
{
border-color: #62B748;
}
.TagClassName
{
border-color: #62B748;
}
</style>