Shades of Apple #62C554
Tints of Apple #62C554
RGB
CMYK
RGB Variations
Color information
#62C554 (or 0x62C554) is known color: Apple. HEX triplet: 62, C5 and 54. RGB value is (98,197,84). Sum of RGB (Red+Green+Blue) = 98+197+84=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #62C554 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C554 is #9D3AAB. Grayscale: #9A9A9A. Windows color (decimal): -10304172 or 5555554. OLE color: 5555554.
HSL color Cylindrical-coordinate representation of color #62C554: hue angle of 112.57º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62C554 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 84 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.23 |
| HSL | 112.57º | 0.49% | 0.55% | - |
| HSV(B) | 112.57º | 0.57% | 0.77% | - |
| XYZ | 26.6 | 43.17 | 15.32 | - |
| YUV | 154.52 | 88.2 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 84 | 0.50 | 0 | 0.57 | 0.23 | 112.57 | 0.49 | 0.55 |
| Hex | 62 | C5 | 54 | 32 | 0 | 39 | 17 | 71 | 31 | 37 |
| Octal | 142 | 305 | 124 | 62 | 0 | 71 | 27 | 161 | 61 | 67 |
| Binary | 1100010 | 11000101 | 1010100 | 110010 | 0 | 111001 | 10111 | 1110001 | 110001 | 110111 |
Color Harmonies of #62C554
Complementary color
Monochromatic Colors of #62C554
Black with #62C554
Text Example
Text Example
White with #62C554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C554; }
p { color: rgb(98,197,84); }
H1.HeaderClassName
{
color: #62C554;
}
.AnyTagClassName
{
color: #62C554;
}
</style>
background-color css
<style>
a { background-color: #62C554; }
a { background-color: rgb(98,197,84); }
div.DivClassName
{
background-color: #62C554;
}
.BgClassName
{
background-color: #62C554;
}
</style>
border-color css
<style>
span { border-color: #62C554; }
span { border-color: rgb(98,197,84); }
td.TdClassName
{
border-color: #62C554;
}
.TagClassName
{
border-color: #62C554;
}
</style>