Shades of Apple #62B738
Tints of Apple #62B738
RGB
CMYK
RGB Variations
Color information
#62B738 (or 0x62B738) is known color: Apple. HEX triplet: 62, B7 and 38. RGB value is (98,183,56). Sum of RGB (Red+Green+Blue) = 98+183+56=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #62B738 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62B738 is #9D48C7. Grayscale: #8F8F8F. Windows color (decimal): -10307784 or 3716962. OLE color: 3716962.
HSL color Cylindrical-coordinate representation of color #62B738: hue angle of 100.16º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62B738 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 183 | 56 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.28 |
| HSL | 100.16º | 0.53% | 0.47% | - |
| HSV(B) | 100.16º | 0.69% | 0.72% | - |
| XYZ | 22.68 | 36.75 | 9.64 | - |
| YUV | 143.11 | 78.84 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 183 | 56 | 0.46 | 0 | 0.69 | 0.28 | 100.16 | 0.53 | 0.47 |
| Hex | 62 | B7 | 38 | 2E | 0 | 45 | 1C | 64 | 35 | 2F |
| Octal | 142 | 267 | 70 | 56 | 0 | 105 | 34 | 144 | 65 | 57 |
| Binary | 1100010 | 10110111 | 111000 | 101110 | 0 | 1000101 | 11100 | 1100100 | 110101 | 101111 |
Color Harmonies of #62B738
Complementary color
Monochromatic Colors of #62B738
Black with #62B738
Text Example
Text Example
White with #62B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B738; }
p { color: rgb(98,183,56); }
H1.HeaderClassName
{
color: #62B738;
}
.AnyTagClassName
{
color: #62B738;
}
</style>
background-color css
<style>
a { background-color: #62B738; }
a { background-color: rgb(98,183,56); }
div.DivClassName
{
background-color: #62B738;
}
.BgClassName
{
background-color: #62B738;
}
</style>
border-color css
<style>
span { border-color: #62B738; }
span { border-color: rgb(98,183,56); }
td.TdClassName
{
border-color: #62B738;
}
.TagClassName
{
border-color: #62B738;
}
</style>