Shades of Apple #62DF45
Tints of Apple #62DF45
RGB
CMYK
RGB Variations
Color information
#62DF45 (or 0x62DF45) is known color: Apple. HEX triplet: 62, DF and 45. RGB value is (98,223,69). Sum of RGB (Red+Green+Blue) = 98+223+69=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 223 (87.5% from 255 or 57.18% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 223 - color contains mainly: green. Hex color #62DF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DF45 is #9D20BA. Grayscale: #A8A8A8. Windows color (decimal): -10297531 or 4579170. OLE color: 4579170.
HSL color Cylindrical-coordinate representation of color #62DF45: hue angle of 108.7º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62DF45 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 223 | 69 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.13 |
| HSL | 108.7º | 0.71% | 0.57% | - |
| HSV(B) | 108.7º | 0.69% | 0.87% | - |
| XYZ | 32.5 | 55.8 | 14.69 | - |
| YUV | 168.07 | 72.09 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 223 | 69 | 0.56 | 0 | 0.69 | 0.13 | 108.7 | 0.71 | 0.57 |
| Hex | 62 | DF | 45 | 38 | 0 | 45 | D | 6D | 47 | 39 |
| Octal | 142 | 337 | 105 | 70 | 0 | 105 | 15 | 155 | 107 | 71 |
| Binary | 1100010 | 11011111 | 1000101 | 111000 | 0 | 1000101 | 1101 | 1101101 | 1000111 | 111001 |
Color Harmonies of #62DF45
Complementary color
Monochromatic Colors of #62DF45
Black with #62DF45
Text Example
Text Example
White with #62DF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DF45; }
p { color: rgb(98,223,69); }
H1.HeaderClassName
{
color: #62DF45;
}
.AnyTagClassName
{
color: #62DF45;
}
</style>
background-color css
<style>
a { background-color: #62DF45; }
a { background-color: rgb(98,223,69); }
div.DivClassName
{
background-color: #62DF45;
}
.BgClassName
{
background-color: #62DF45;
}
</style>
border-color css
<style>
span { border-color: #62DF45; }
span { border-color: rgb(98,223,69); }
td.TdClassName
{
border-color: #62DF45;
}
.TagClassName
{
border-color: #62DF45;
}
</style>