Shades of Apple #62BA2C
Tints of Apple #62BA2C
RGB
CMYK
RGB Variations
Color information
#62BA2C (or 0x62BA2C) is known color: Apple. HEX triplet: 62, BA and 2C. RGB value is (98,186,44). Sum of RGB (Red+Green+Blue) = 98+186+44=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #62BA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BA2C is #9D45D3. Grayscale: #8F8F8F. Windows color (decimal): -10307028 or 2931298. OLE color: 2931298.
HSL color Cylindrical-coordinate representation of color #62BA2C: hue angle of 97.18º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62BA2C is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 186 | 44 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.27 |
| HSL | 97.18º | 0.62% | 0.45% | - |
| HSV(B) | 97.18º | 0.76% | 0.73% | - |
| XYZ | 23.05 | 37.9 | 8.48 | - |
| YUV | 143.5 | 71.85 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 44 | 0.47 | 0 | 0.76 | 0.27 | 97.18 | 0.62 | 0.45 |
| Hex | 62 | BA | 2C | 2F | 0 | 4C | 1B | 61 | 3E | 2D |
| Octal | 142 | 272 | 54 | 57 | 0 | 114 | 33 | 141 | 76 | 55 |
| Binary | 1100010 | 10111010 | 101100 | 101111 | 0 | 1001100 | 11011 | 1100001 | 111110 | 101101 |
Color Harmonies of #62BA2C
Complementary color
Monochromatic Colors of #62BA2C
Black with #62BA2C
Text Example
Text Example
White with #62BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BA2C; }
p { color: rgb(98,186,44); }
H1.HeaderClassName
{
color: #62BA2C;
}
.AnyTagClassName
{
color: #62BA2C;
}
</style>
background-color css
<style>
a { background-color: #62BA2C; }
a { background-color: rgb(98,186,44); }
div.DivClassName
{
background-color: #62BA2C;
}
.BgClassName
{
background-color: #62BA2C;
}
</style>
border-color css
<style>
span { border-color: #62BA2C; }
span { border-color: rgb(98,186,44); }
td.TdClassName
{
border-color: #62BA2C;
}
.TagClassName
{
border-color: #62BA2C;
}
</style>