Shades of Apple #62D045
Tints of Apple #62D045
RGB
CMYK
RGB Variations
Color information
#62D045 (or 0x62D045) is known color: Apple. HEX triplet: 62, D0 and 45. RGB value is (98,208,69). Sum of RGB (Red+Green+Blue) = 98+208+69=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #62D045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62D045 is #9D2FBA. Grayscale: #9F9F9F. Windows color (decimal): -10301371 or 4575330. OLE color: 4575330.
HSL color Cylindrical-coordinate representation of color #62D045: hue angle of 107.48º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62D045 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 208 | 69 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.18 |
| HSL | 107.48º | 0.6% | 0.54% | - |
| HSV(B) | 107.48º | 0.67% | 0.82% | - |
| XYZ | 28.67 | 48.14 | 13.41 | - |
| YUV | 159.26 | 77.06 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 208 | 69 | 0.53 | 0 | 0.67 | 0.18 | 107.48 | 0.6 | 0.54 |
| Hex | 62 | D0 | 45 | 35 | 0 | 43 | 12 | 6B | 3C | 36 |
| Octal | 142 | 320 | 105 | 65 | 0 | 103 | 22 | 153 | 74 | 66 |
| Binary | 1100010 | 11010000 | 1000101 | 110101 | 0 | 1000011 | 10010 | 1101011 | 111100 | 110110 |
Color Harmonies of #62D045
Complementary color
Monochromatic Colors of #62D045
Black with #62D045
Text Example
Text Example
White with #62D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62D045; }
p { color: rgb(98,208,69); }
H1.HeaderClassName
{
color: #62D045;
}
.AnyTagClassName
{
color: #62D045;
}
</style>
background-color css
<style>
a { background-color: #62D045; }
a { background-color: rgb(98,208,69); }
div.DivClassName
{
background-color: #62D045;
}
.BgClassName
{
background-color: #62D045;
}
</style>
border-color css
<style>
span { border-color: #62D045; }
span { border-color: rgb(98,208,69); }
td.TdClassName
{
border-color: #62D045;
}
.TagClassName
{
border-color: #62D045;
}
</style>