Shades of Apple #62DC32
Tints of Apple #62DC32
RGB
CMYK
RGB Variations
Color information
#62DC32 (or 0x62DC32) is known color: Apple. HEX triplet: 62, DC and 32. RGB value is (98,220,50). Sum of RGB (Red+Green+Blue) = 98+220+50=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #62DC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DC32 is #9D23CD. Grayscale: #A4A4A4. Windows color (decimal): -10298318 or 3333218. OLE color: 3333218.
HSL color Cylindrical-coordinate representation of color #62DC32: hue angle of 103.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62DC32 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 50 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.14 |
| HSL | 103.06º | 0.71% | 0.53% | - |
| HSV(B) | 103.06º | 0.77% | 0.86% | - |
| XYZ | 31.21 | 54.01 | 11.8 | - |
| YUV | 164.14 | 63.58 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 50 | 0.55 | 0 | 0.77 | 0.14 | 103.06 | 0.71 | 0.53 |
| Hex | 62 | DC | 32 | 37 | 0 | 4D | E | 67 | 47 | 35 |
| Octal | 142 | 334 | 62 | 67 | 0 | 115 | 16 | 147 | 107 | 65 |
| Binary | 1100010 | 11011100 | 110010 | 110111 | 0 | 1001101 | 1110 | 1100111 | 1000111 | 110101 |
Color Harmonies of #62DC32
Complementary color
Monochromatic Colors of #62DC32
Black with #62DC32
Text Example
Text Example
White with #62DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DC32; }
p { color: rgb(98,220,50); }
H1.HeaderClassName
{
color: #62DC32;
}
.AnyTagClassName
{
color: #62DC32;
}
</style>
background-color css
<style>
a { background-color: #62DC32; }
a { background-color: rgb(98,220,50); }
div.DivClassName
{
background-color: #62DC32;
}
.BgClassName
{
background-color: #62DC32;
}
</style>
border-color css
<style>
span { border-color: #62DC32; }
span { border-color: rgb(98,220,50); }
td.TdClassName
{
border-color: #62DC32;
}
.TagClassName
{
border-color: #62DC32;
}
</style>