Shades of Apple #62C245
Tints of Apple #62C245
RGB
CMYK
RGB Variations
Color information
#62C245 (or 0x62C245) is known color: Apple. HEX triplet: 62, C2 and 45. RGB value is (98,194,69). Sum of RGB (Red+Green+Blue) = 98+194+69=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #62C245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C245 is #9D3DBA. Grayscale: #979797. Windows color (decimal): -10304955 or 4571746. OLE color: 4571746.
HSL color Cylindrical-coordinate representation of color #62C245: hue angle of 106.08º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62C245 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 194 | 69 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.24 |
| HSL | 106.08º | 0.51% | 0.52% | - |
| HSV(B) | 106.08º | 0.64% | 0.76% | - |
| XYZ | 25.4 | 41.61 | 12.32 | - |
| YUV | 151.05 | 81.7 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 194 | 69 | 0.49 | 0 | 0.64 | 0.24 | 106.08 | 0.51 | 0.52 |
| Hex | 62 | C2 | 45 | 31 | 0 | 40 | 18 | 6A | 33 | 34 |
| Octal | 142 | 302 | 105 | 61 | 0 | 100 | 30 | 152 | 63 | 64 |
| Binary | 1100010 | 11000010 | 1000101 | 110001 | 0 | 1000000 | 11000 | 1101010 | 110011 | 110100 |
Color Harmonies of #62C245
Complementary color
Monochromatic Colors of #62C245
Black with #62C245
Text Example
Text Example
White with #62C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C245; }
p { color: rgb(98,194,69); }
H1.HeaderClassName
{
color: #62C245;
}
.AnyTagClassName
{
color: #62C245;
}
</style>
background-color css
<style>
a { background-color: #62C245; }
a { background-color: rgb(98,194,69); }
div.DivClassName
{
background-color: #62C245;
}
.BgClassName
{
background-color: #62C245;
}
</style>
border-color css
<style>
span { border-color: #62C245; }
span { border-color: rgb(98,194,69); }
td.TdClassName
{
border-color: #62C245;
}
.TagClassName
{
border-color: #62C245;
}
</style>