Shades of Apple #62DD32
Tints of Apple #62DD32
RGB
CMYK
RGB Variations
Color information
#62DD32 (or 0x62DD32) is known color: Apple. HEX triplet: 62, DD and 32. RGB value is (98,221,50). Sum of RGB (Red+Green+Blue) = 98+221+50=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #62DD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DD32 is #9D22CD. Grayscale: #A5A5A5. Windows color (decimal): -10298062 or 3333474. OLE color: 3333474.
HSL color Cylindrical-coordinate representation of color #62DD32: hue angle of 103.16º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62DD32 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 221 | 50 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.13 |
| HSL | 103.16º | 0.72% | 0.53% | - |
| HSV(B) | 103.16º | 0.77% | 0.87% | - |
| XYZ | 31.47 | 54.54 | 11.89 | - |
| YUV | 164.73 | 63.25 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 221 | 50 | 0.56 | 0 | 0.77 | 0.13 | 103.16 | 0.72 | 0.53 |
| Hex | 62 | DD | 32 | 38 | 0 | 4D | D | 67 | 48 | 35 |
| Octal | 142 | 335 | 62 | 70 | 0 | 115 | 15 | 147 | 110 | 65 |
| Binary | 1100010 | 11011101 | 110010 | 111000 | 0 | 1001101 | 1101 | 1100111 | 1001000 | 110101 |
Color Harmonies of #62DD32
Complementary color
Monochromatic Colors of #62DD32
Black with #62DD32
Text Example
Text Example
White with #62DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DD32; }
p { color: rgb(98,221,50); }
H1.HeaderClassName
{
color: #62DD32;
}
.AnyTagClassName
{
color: #62DD32;
}
</style>
background-color css
<style>
a { background-color: #62DD32; }
a { background-color: rgb(98,221,50); }
div.DivClassName
{
background-color: #62DD32;
}
.BgClassName
{
background-color: #62DD32;
}
</style>
border-color css
<style>
span { border-color: #62DD32; }
span { border-color: rgb(98,221,50); }
td.TdClassName
{
border-color: #62DD32;
}
.TagClassName
{
border-color: #62DD32;
}
</style>