Shades of Apple #62DA3F
Tints of Apple #62DA3F
RGB
CMYK
RGB Variations
Color information
#62DA3F (or 0x62DA3F) is known color: Apple. HEX triplet: 62, DA and 3F. RGB value is (98,218,63). Sum of RGB (Red+Green+Blue) = 98+218+63=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 218 (85.55% from 255 or 57.52% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 218 - color contains mainly: green. Hex color #62DA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DA3F is #9D25C0. Grayscale: #A4A4A4. Windows color (decimal): -10298817 or 4184674. OLE color: 4184674.
HSL color Cylindrical-coordinate representation of color #62DA3F: hue angle of 106.45º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62DA3F is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 218 | 63 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.15 |
| HSL | 106.45º | 0.68% | 0.55% | - |
| HSV(B) | 106.45º | 0.71% | 0.85% | - |
| XYZ | 31.01 | 53.1 | 13.32 | - |
| YUV | 164.45 | 70.74 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 218 | 63 | 0.55 | 0 | 0.71 | 0.15 | 106.45 | 0.68 | 0.55 |
| Hex | 62 | DA | 3F | 37 | 0 | 47 | F | 6A | 44 | 37 |
| Octal | 142 | 332 | 77 | 67 | 0 | 107 | 17 | 152 | 104 | 67 |
| Binary | 1100010 | 11011010 | 111111 | 110111 | 0 | 1000111 | 1111 | 1101010 | 1000100 | 110111 |
Color Harmonies of #62DA3F
Complementary color
Monochromatic Colors of #62DA3F
Black with #62DA3F
Text Example
Text Example
White with #62DA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DA3F; }
p { color: rgb(98,218,63); }
H1.HeaderClassName
{
color: #62DA3F;
}
.AnyTagClassName
{
color: #62DA3F;
}
</style>
background-color css
<style>
a { background-color: #62DA3F; }
a { background-color: rgb(98,218,63); }
div.DivClassName
{
background-color: #62DA3F;
}
.BgClassName
{
background-color: #62DA3F;
}
</style>
border-color css
<style>
span { border-color: #62DA3F; }
span { border-color: rgb(98,218,63); }
td.TdClassName
{
border-color: #62DA3F;
}
.TagClassName
{
border-color: #62DA3F;
}
</style>