Shades of Apple #62BC32
Tints of Apple #62BC32
RGB
CMYK
RGB Variations
Color information
#62BC32 (or 0x62BC32) is known color: Apple. HEX triplet: 62, BC and 32. RGB value is (98,188,50). Sum of RGB (Red+Green+Blue) = 98+188+50=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #62BC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BC32 is #9D43CD. Grayscale: #919191. Windows color (decimal): -10306510 or 3325026. OLE color: 3325026.
HSL color Cylindrical-coordinate representation of color #62BC32: hue angle of 99.13º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62BC32 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 188 | 50 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.26 |
| HSL | 99.13º | 0.58% | 0.47% | - |
| HSV(B) | 99.13º | 0.73% | 0.74% | - |
| XYZ | 23.6 | 38.79 | 9.26 | - |
| YUV | 145.36 | 74.18 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 188 | 50 | 0.48 | 0 | 0.73 | 0.26 | 99.13 | 0.58 | 0.47 |
| Hex | 62 | BC | 32 | 30 | 0 | 49 | 1A | 63 | 3A | 2F |
| Octal | 142 | 274 | 62 | 60 | 0 | 111 | 32 | 143 | 72 | 57 |
| Binary | 1100010 | 10111100 | 110010 | 110000 | 0 | 1001001 | 11010 | 1100011 | 111010 | 101111 |
Color Harmonies of #62BC32
Complementary color
Monochromatic Colors of #62BC32
Black with #62BC32
Text Example
Text Example
White with #62BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BC32; }
p { color: rgb(98,188,50); }
H1.HeaderClassName
{
color: #62BC32;
}
.AnyTagClassName
{
color: #62BC32;
}
</style>
background-color css
<style>
a { background-color: #62BC32; }
a { background-color: rgb(98,188,50); }
div.DivClassName
{
background-color: #62BC32;
}
.BgClassName
{
background-color: #62BC32;
}
</style>
border-color css
<style>
span { border-color: #62BC32; }
span { border-color: rgb(98,188,50); }
td.TdClassName
{
border-color: #62BC32;
}
.TagClassName
{
border-color: #62BC32;
}
</style>