Shades of Apple #62DC4D
Tints of Apple #62DC4D
RGB
CMYK
RGB Variations
Color information
#62DC4D (or 0x62DC4D) is known color: Apple. HEX triplet: 62, DC and 4D. RGB value is (98,220,77). Sum of RGB (Red+Green+Blue) = 98+220+77=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #62DC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62DC4D is #9D23B2. Grayscale: #A7A7A7. Windows color (decimal): -10298291 or 5102690. OLE color: 5102690.
HSL color Cylindrical-coordinate representation of color #62DC4D: hue angle of 111.19º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62DC4D is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 77 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.14 |
| HSL | 111.19º | 0.67% | 0.58% | - |
| HSV(B) | 111.19º | 0.65% | 0.86% | - |
| XYZ | 31.97 | 54.32 | 15.82 | - |
| YUV | 167.22 | 77.08 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 77 | 0.55 | 0 | 0.65 | 0.14 | 111.19 | 0.67 | 0.58 |
| Hex | 62 | DC | 4D | 37 | 0 | 41 | E | 6F | 43 | 3A |
| Octal | 142 | 334 | 115 | 67 | 0 | 101 | 16 | 157 | 103 | 72 |
| Binary | 1100010 | 11011100 | 1001101 | 110111 | 0 | 1000001 | 1110 | 1101111 | 1000011 | 111010 |
Color Harmonies of #62DC4D
Complementary color
Monochromatic Colors of #62DC4D
Black with #62DC4D
Text Example
Text Example
White with #62DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DC4D; }
p { color: rgb(98,220,77); }
H1.HeaderClassName
{
color: #62DC4D;
}
.AnyTagClassName
{
color: #62DC4D;
}
</style>
background-color css
<style>
a { background-color: #62DC4D; }
a { background-color: rgb(98,220,77); }
div.DivClassName
{
background-color: #62DC4D;
}
.BgClassName
{
background-color: #62DC4D;
}
</style>
border-color css
<style>
span { border-color: #62DC4D; }
span { border-color: rgb(98,220,77); }
td.TdClassName
{
border-color: #62DC4D;
}
.TagClassName
{
border-color: #62DC4D;
}
</style>