Shades of Apple #62CA41
Tints of Apple #62CA41
RGB
CMYK
RGB Variations
Color information
#62CA41 (or 0x62CA41) is known color: Apple. HEX triplet: 62, CA and 41. RGB value is (98,202,65). Sum of RGB (Red+Green+Blue) = 98+202+65=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #62CA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CA41 is #9D35BE. Grayscale: #9B9B9B. Windows color (decimal): -10302911 or 4311650. OLE color: 4311650.
HSL color Cylindrical-coordinate representation of color #62CA41: hue angle of 105.55º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62CA41 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 65 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.21 |
| HSL | 105.55º | 0.56% | 0.52% | - |
| HSV(B) | 105.55º | 0.68% | 0.79% | - |
| XYZ | 27.11 | 45.22 | 12.3 | - |
| YUV | 155.29 | 77.04 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 65 | 0.51 | 0 | 0.68 | 0.21 | 105.55 | 0.56 | 0.52 |
| Hex | 62 | CA | 41 | 33 | 0 | 44 | 15 | 6A | 38 | 34 |
| Octal | 142 | 312 | 101 | 63 | 0 | 104 | 25 | 152 | 70 | 64 |
| Binary | 1100010 | 11001010 | 1000001 | 110011 | 0 | 1000100 | 10101 | 1101010 | 111000 | 110100 |
Color Harmonies of #62CA41
Complementary color
Monochromatic Colors of #62CA41
Black with #62CA41
Text Example
Text Example
White with #62CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CA41; }
p { color: rgb(98,202,65); }
H1.HeaderClassName
{
color: #62CA41;
}
.AnyTagClassName
{
color: #62CA41;
}
</style>
background-color css
<style>
a { background-color: #62CA41; }
a { background-color: rgb(98,202,65); }
div.DivClassName
{
background-color: #62CA41;
}
.BgClassName
{
background-color: #62CA41;
}
</style>
border-color css
<style>
span { border-color: #62CA41; }
span { border-color: rgb(98,202,65); }
td.TdClassName
{
border-color: #62CA41;
}
.TagClassName
{
border-color: #62CA41;
}
</style>