Shades of Apple #62DA3C
Tints of Apple #62DA3C
RGB
CMYK
RGB Variations
Color information
#62DA3C (or 0x62DA3C) is known color: Apple. HEX triplet: 62, DA and 3C. RGB value is (98,218,60). Sum of RGB (Red+Green+Blue) = 98+218+60=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 218 (85.55% from 255 or 57.98% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 218 - color contains mainly: green. Hex color #62DA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DA3C is #9D25C3. Grayscale: #A4A4A4. Windows color (decimal): -10298820 or 3988066. OLE color: 3988066.
HSL color Cylindrical-coordinate representation of color #62DA3C: hue angle of 105.57º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62DA3C is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 218 | 60 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.15 |
| HSL | 105.57º | 0.68% | 0.55% | - |
| HSV(B) | 105.57º | 0.72% | 0.85% | - |
| XYZ | 30.92 | 53.07 | 12.89 | - |
| YUV | 164.11 | 69.24 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 218 | 60 | 0.55 | 0 | 0.72 | 0.15 | 105.57 | 0.68 | 0.55 |
| Hex | 62 | DA | 3C | 37 | 0 | 48 | F | 6A | 44 | 37 |
| Octal | 142 | 332 | 74 | 67 | 0 | 110 | 17 | 152 | 104 | 67 |
| Binary | 1100010 | 11011010 | 111100 | 110111 | 0 | 1001000 | 1111 | 1101010 | 1000100 | 110111 |
Color Harmonies of #62DA3C
Complementary color
Monochromatic Colors of #62DA3C
Black with #62DA3C
Text Example
Text Example
White with #62DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DA3C; }
p { color: rgb(98,218,60); }
H1.HeaderClassName
{
color: #62DA3C;
}
.AnyTagClassName
{
color: #62DA3C;
}
</style>
background-color css
<style>
a { background-color: #62DA3C; }
a { background-color: rgb(98,218,60); }
div.DivClassName
{
background-color: #62DA3C;
}
.BgClassName
{
background-color: #62DA3C;
}
</style>
border-color css
<style>
span { border-color: #62DA3C; }
span { border-color: rgb(98,218,60); }
td.TdClassName
{
border-color: #62DA3C;
}
.TagClassName
{
border-color: #62DA3C;
}
</style>