Shades of Apple #62C932
Tints of Apple #62C932
RGB
CMYK
RGB Variations
Color information
#62C932 (or 0x62C932) is known color: Apple. HEX triplet: 62, C9 and 32. RGB value is (98,201,50). Sum of RGB (Red+Green+Blue) = 98+201+50=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #62C932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C932 is #9D36CD. Grayscale: #999999. Windows color (decimal): -10303182 or 3328354. OLE color: 3328354.
HSL color Cylindrical-coordinate representation of color #62C932: hue angle of 100.93º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62C932 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 201 | 50 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.21 |
| HSL | 100.93º | 0.6% | 0.49% | - |
| HSV(B) | 100.93º | 0.75% | 0.79% | - |
| XYZ | 26.5 | 44.6 | 10.23 | - |
| YUV | 152.99 | 69.88 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 201 | 50 | 0.51 | 0 | 0.75 | 0.21 | 100.93 | 0.6 | 0.49 |
| Hex | 62 | C9 | 32 | 33 | 0 | 4B | 15 | 65 | 3C | 31 |
| Octal | 142 | 311 | 62 | 63 | 0 | 113 | 25 | 145 | 74 | 61 |
| Binary | 1100010 | 11001001 | 110010 | 110011 | 0 | 1001011 | 10101 | 1100101 | 111100 | 110001 |
Color Harmonies of #62C932
Complementary color
Monochromatic Colors of #62C932
Black with #62C932
Text Example
Text Example
White with #62C932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C932; }
p { color: rgb(98,201,50); }
H1.HeaderClassName
{
color: #62C932;
}
.AnyTagClassName
{
color: #62C932;
}
</style>
background-color css
<style>
a { background-color: #62C932; }
a { background-color: rgb(98,201,50); }
div.DivClassName
{
background-color: #62C932;
}
.BgClassName
{
background-color: #62C932;
}
</style>
border-color css
<style>
span { border-color: #62C932; }
span { border-color: rgb(98,201,50); }
td.TdClassName
{
border-color: #62C932;
}
.TagClassName
{
border-color: #62C932;
}
</style>