Shades of Apple #62CA4E
Tints of Apple #62CA4E
RGB
CMYK
RGB Variations
Color information
#62CA4E (or 0x62CA4E) is known color: Apple. HEX triplet: 62, CA and 4E. RGB value is (98,202,78). Sum of RGB (Red+Green+Blue) = 98+202+78=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #62CA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CA4E is #9D35B1. Grayscale: #9D9D9D. Windows color (decimal): -10302898 or 5163618. OLE color: 5163618.
HSL color Cylindrical-coordinate representation of color #62CA4E: hue angle of 110.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62CA4E is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 78 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.21 |
| HSL | 110.32º | 0.54% | 0.55% | - |
| HSV(B) | 110.32º | 0.61% | 0.79% | - |
| XYZ | 27.53 | 45.39 | 14.52 | - |
| YUV | 156.77 | 83.54 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 78 | 0.51 | 0 | 0.61 | 0.21 | 110.32 | 0.54 | 0.55 |
| Hex | 62 | CA | 4E | 33 | 0 | 3D | 15 | 6E | 36 | 37 |
| Octal | 142 | 312 | 116 | 63 | 0 | 75 | 25 | 156 | 66 | 67 |
| Binary | 1100010 | 11001010 | 1001110 | 110011 | 0 | 111101 | 10101 | 1101110 | 110110 | 110111 |
Color Harmonies of #62CA4E
Complementary color
Monochromatic Colors of #62CA4E
Black with #62CA4E
Text Example
Text Example
White with #62CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CA4E; }
p { color: rgb(98,202,78); }
H1.HeaderClassName
{
color: #62CA4E;
}
.AnyTagClassName
{
color: #62CA4E;
}
</style>
background-color css
<style>
a { background-color: #62CA4E; }
a { background-color: rgb(98,202,78); }
div.DivClassName
{
background-color: #62CA4E;
}
.BgClassName
{
background-color: #62CA4E;
}
</style>
border-color css
<style>
span { border-color: #62CA4E; }
span { border-color: rgb(98,202,78); }
td.TdClassName
{
border-color: #62CA4E;
}
.TagClassName
{
border-color: #62CA4E;
}
</style>