Shades of Apple #62B745
Tints of Apple #62B745
RGB
CMYK
RGB Variations
Color information
#62B745 (or 0x62B745) is known color: Apple. HEX triplet: 62, B7 and 45. RGB value is (98,183,69). Sum of RGB (Red+Green+Blue) = 98+183+69=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #62B745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62B745 is #9D48BA. Grayscale: #909090. Windows color (decimal): -10307771 or 4568930. OLE color: 4568930.
HSL color Cylindrical-coordinate representation of color #62B745: hue angle of 104.74º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62B745 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 183 | 69 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.28 |
| HSL | 104.74º | 0.45% | 0.49% | - |
| HSV(B) | 104.74º | 0.62% | 0.72% | - |
| XYZ | 23.04 | 36.89 | 11.54 | - |
| YUV | 144.59 | 85.34 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 183 | 69 | 0.46 | 0 | 0.62 | 0.28 | 104.74 | 0.45 | 0.49 |
| Hex | 62 | B7 | 45 | 2E | 0 | 3E | 1C | 69 | 2D | 31 |
| Octal | 142 | 267 | 105 | 56 | 0 | 76 | 34 | 151 | 55 | 61 |
| Binary | 1100010 | 10110111 | 1000101 | 101110 | 0 | 111110 | 11100 | 1101001 | 101101 | 110001 |
Color Harmonies of #62B745
Complementary color
Monochromatic Colors of #62B745
Black with #62B745
Text Example
Text Example
White with #62B745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B745; }
p { color: rgb(98,183,69); }
H1.HeaderClassName
{
color: #62B745;
}
.AnyTagClassName
{
color: #62B745;
}
</style>
background-color css
<style>
a { background-color: #62B745; }
a { background-color: rgb(98,183,69); }
div.DivClassName
{
background-color: #62B745;
}
.BgClassName
{
background-color: #62B745;
}
</style>
border-color css
<style>
span { border-color: #62B745; }
span { border-color: rgb(98,183,69); }
td.TdClassName
{
border-color: #62B745;
}
.TagClassName
{
border-color: #62B745;
}
</style>