Shades of Apple #62DC4A
Tints of Apple #62DC4A
RGB
CMYK
RGB Variations
Color information
#62DC4A (or 0x62DC4A) is known color: Apple. HEX triplet: 62, DC and 4A. RGB value is (98,220,74). Sum of RGB (Red+Green+Blue) = 98+220+74=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #62DC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DC4A is #9D23B5. Grayscale: #A7A7A7. Windows color (decimal): -10298294 or 4906082. OLE color: 4906082.
HSL color Cylindrical-coordinate representation of color #62DC4A: hue angle of 110.14º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62DC4A is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 220 | 74 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.14 |
| HSL | 110.14º | 0.68% | 0.58% | - |
| HSV(B) | 110.14º | 0.66% | 0.86% | - |
| XYZ | 31.87 | 54.28 | 15.28 | - |
| YUV | 166.88 | 75.58 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 220 | 74 | 0.55 | 0 | 0.66 | 0.14 | 110.14 | 0.68 | 0.58 |
| Hex | 62 | DC | 4A | 37 | 0 | 42 | E | 6E | 44 | 3A |
| Octal | 142 | 334 | 112 | 67 | 0 | 102 | 16 | 156 | 104 | 72 |
| Binary | 1100010 | 11011100 | 1001010 | 110111 | 0 | 1000010 | 1110 | 1101110 | 1000100 | 111010 |
Color Harmonies of #62DC4A
Complementary color
Monochromatic Colors of #62DC4A
Black with #62DC4A
Text Example
Text Example
White with #62DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DC4A; }
p { color: rgb(98,220,74); }
H1.HeaderClassName
{
color: #62DC4A;
}
.AnyTagClassName
{
color: #62DC4A;
}
</style>
background-color css
<style>
a { background-color: #62DC4A; }
a { background-color: rgb(98,220,74); }
div.DivClassName
{
background-color: #62DC4A;
}
.BgClassName
{
background-color: #62DC4A;
}
</style>
border-color css
<style>
span { border-color: #62DC4A; }
span { border-color: rgb(98,220,74); }
td.TdClassName
{
border-color: #62DC4A;
}
.TagClassName
{
border-color: #62DC4A;
}
</style>