Shades of Apple #62DA4C
Tints of Apple #62DA4C
RGB
CMYK
RGB Variations
Color information
#62DA4C (or 0x62DA4C) is known color: Apple. HEX triplet: 62, DA and 4C. RGB value is (98,218,76). Sum of RGB (Red+Green+Blue) = 98+218+76=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #62DA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DA4C is #9D25B3. Grayscale: #A6A6A6. Windows color (decimal): -10298804 or 5036642. OLE color: 5036642.
HSL color Cylindrical-coordinate representation of color #62DA4C: hue angle of 110.7º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62DA4C is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 218 | 76 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.15 |
| HSL | 110.7º | 0.66% | 0.58% | - |
| HSV(B) | 110.7º | 0.65% | 0.85% | - |
| XYZ | 31.41 | 53.26 | 15.46 | - |
| YUV | 165.93 | 77.24 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 218 | 76 | 0.55 | 0 | 0.65 | 0.15 | 110.7 | 0.66 | 0.58 |
| Hex | 62 | DA | 4C | 37 | 0 | 41 | F | 6F | 42 | 3A |
| Octal | 142 | 332 | 114 | 67 | 0 | 101 | 17 | 157 | 102 | 72 |
| Binary | 1100010 | 11011010 | 1001100 | 110111 | 0 | 1000001 | 1111 | 1101111 | 1000010 | 111010 |
Color Harmonies of #62DA4C
Complementary color
Monochromatic Colors of #62DA4C
Black with #62DA4C
Text Example
Text Example
White with #62DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DA4C; }
p { color: rgb(98,218,76); }
H1.HeaderClassName
{
color: #62DA4C;
}
.AnyTagClassName
{
color: #62DA4C;
}
</style>
background-color css
<style>
a { background-color: #62DA4C; }
a { background-color: rgb(98,218,76); }
div.DivClassName
{
background-color: #62DA4C;
}
.BgClassName
{
background-color: #62DA4C;
}
</style>
border-color css
<style>
span { border-color: #62DA4C; }
span { border-color: rgb(98,218,76); }
td.TdClassName
{
border-color: #62DA4C;
}
.TagClassName
{
border-color: #62DA4C;
}
</style>