Shades of Apple #62B539
Tints of Apple #62B539
RGB
CMYK
RGB Variations
Color information
#62B539 (or 0x62B539) is known color: Apple. HEX triplet: 62, B5 and 39. RGB value is (98,181,57). Sum of RGB (Red+Green+Blue) = 98+181+57=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #62B539 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62B539 is #9D4AC6. Grayscale: #8E8E8E. Windows color (decimal): -10308295 or 3781986. OLE color: 3781986.
HSL color Cylindrical-coordinate representation of color #62B539: hue angle of 100.16º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62B539 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 181 | 57 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.29 |
| HSL | 100.16º | 0.52% | 0.47% | - |
| HSV(B) | 100.16º | 0.69% | 0.71% | - |
| XYZ | 22.3 | 35.94 | 9.63 | - |
| YUV | 142.05 | 80 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 181 | 57 | 0.46 | 0 | 0.69 | 0.29 | 100.16 | 0.52 | 0.47 |
| Hex | 62 | B5 | 39 | 2E | 0 | 45 | 1D | 64 | 34 | 2F |
| Octal | 142 | 265 | 71 | 56 | 0 | 105 | 35 | 144 | 64 | 57 |
| Binary | 1100010 | 10110101 | 111001 | 101110 | 0 | 1000101 | 11101 | 1100100 | 110100 | 101111 |
Color Harmonies of #62B539
Complementary color
Monochromatic Colors of #62B539
Black with #62B539
Text Example
Text Example
White with #62B539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B539; }
p { color: rgb(98,181,57); }
H1.HeaderClassName
{
color: #62B539;
}
.AnyTagClassName
{
color: #62B539;
}
</style>
background-color css
<style>
a { background-color: #62B539; }
a { background-color: rgb(98,181,57); }
div.DivClassName
{
background-color: #62B539;
}
.BgClassName
{
background-color: #62B539;
}
</style>
border-color css
<style>
span { border-color: #62B539; }
span { border-color: rgb(98,181,57); }
td.TdClassName
{
border-color: #62B539;
}
.TagClassName
{
border-color: #62B539;
}
</style>