Shades of Apple #62CA4A
Tints of Apple #62CA4A
RGB
CMYK
RGB Variations
Color information
#62CA4A (or 0x62CA4A) is known color: Apple. HEX triplet: 62, CA and 4A. RGB value is (98,202,74). Sum of RGB (Red+Green+Blue) = 98+202+74=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #62CA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CA4A is #9D35B5. Grayscale: #9C9C9C. Windows color (decimal): -10302902 or 4901474. OLE color: 4901474.
HSL color Cylindrical-coordinate representation of color #62CA4A: hue angle of 108.75º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62CA4A is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 74 | - |
| CMYK | 0.51 | 0 | 0.63 | 0.21 |
| HSL | 108.75º | 0.55% | 0.54% | - |
| HSV(B) | 108.75º | 0.63% | 0.79% | - |
| XYZ | 27.39 | 45.33 | 13.78 | - |
| YUV | 156.31 | 81.54 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 74 | 0.51 | 0 | 0.63 | 0.21 | 108.75 | 0.55 | 0.54 |
| Hex | 62 | CA | 4A | 33 | 0 | 3F | 15 | 6D | 37 | 36 |
| Octal | 142 | 312 | 112 | 63 | 0 | 77 | 25 | 155 | 67 | 66 |
| Binary | 1100010 | 11001010 | 1001010 | 110011 | 0 | 111111 | 10101 | 1101101 | 110111 | 110110 |
Color Harmonies of #62CA4A
Complementary color
Monochromatic Colors of #62CA4A
Black with #62CA4A
Text Example
Text Example
White with #62CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CA4A; }
p { color: rgb(98,202,74); }
H1.HeaderClassName
{
color: #62CA4A;
}
.AnyTagClassName
{
color: #62CA4A;
}
</style>
background-color css
<style>
a { background-color: #62CA4A; }
a { background-color: rgb(98,202,74); }
div.DivClassName
{
background-color: #62CA4A;
}
.BgClassName
{
background-color: #62CA4A;
}
</style>
border-color css
<style>
span { border-color: #62CA4A; }
span { border-color: rgb(98,202,74); }
td.TdClassName
{
border-color: #62CA4A;
}
.TagClassName
{
border-color: #62CA4A;
}
</style>