Shades of Apple #62DF32
Tints of Apple #62DF32
RGB
CMYK
RGB Variations
Color information
#62DF32 (or 0x62DF32) is known color: Apple. HEX triplet: 62, DF and 32. RGB value is (98,223,50). Sum of RGB (Red+Green+Blue) = 98+223+50=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 223 (87.5% from 255 or 60.11% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 223 - color contains mainly: green. Hex color #62DF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DF32 is #9D20CD. Grayscale: #A6A6A6. Windows color (decimal): -10297550 or 3333986. OLE color: 3333986.
HSL color Cylindrical-coordinate representation of color #62DF32: hue angle of 103.35º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62DF32 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 223 | 50 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.13 |
| HSL | 103.35º | 0.73% | 0.54% | - |
| HSV(B) | 103.35º | 0.78% | 0.87% | - |
| XYZ | 32 | 55.6 | 12.06 | - |
| YUV | 165.9 | 62.59 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 223 | 50 | 0.56 | 0 | 0.78 | 0.13 | 103.35 | 0.73 | 0.54 |
| Hex | 62 | DF | 32 | 38 | 0 | 4E | D | 67 | 49 | 36 |
| Octal | 142 | 337 | 62 | 70 | 0 | 116 | 15 | 147 | 111 | 66 |
| Binary | 1100010 | 11011111 | 110010 | 111000 | 0 | 1001110 | 1101 | 1100111 | 1001001 | 110110 |
Color Harmonies of #62DF32
Complementary color
Monochromatic Colors of #62DF32
Black with #62DF32
Text Example
Text Example
White with #62DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DF32; }
p { color: rgb(98,223,50); }
H1.HeaderClassName
{
color: #62DF32;
}
.AnyTagClassName
{
color: #62DF32;
}
</style>
background-color css
<style>
a { background-color: #62DF32; }
a { background-color: rgb(98,223,50); }
div.DivClassName
{
background-color: #62DF32;
}
.BgClassName
{
background-color: #62DF32;
}
</style>
border-color css
<style>
span { border-color: #62DF32; }
span { border-color: rgb(98,223,50); }
td.TdClassName
{
border-color: #62DF32;
}
.TagClassName
{
border-color: #62DF32;
}
</style>