Shades of Apple #62CA3B
Tints of Apple #62CA3B
RGB
CMYK
RGB Variations
Color information
#62CA3B (or 0x62CA3B) is known color: Apple. HEX triplet: 62, CA and 3B. RGB value is (98,202,59). Sum of RGB (Red+Green+Blue) = 98+202+59=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #62CA3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CA3B is #9D35C4. Grayscale: #9B9B9B. Windows color (decimal): -10302917 or 3918434. OLE color: 3918434.
HSL color Cylindrical-coordinate representation of color #62CA3B: hue angle of 103.64º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62CA3B is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 202 | 59 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.21 |
| HSL | 103.64º | 0.57% | 0.51% | - |
| HSV(B) | 103.64º | 0.71% | 0.79% | - |
| XYZ | 26.95 | 45.15 | 11.43 | - |
| YUV | 154.6 | 74.04 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 202 | 59 | 0.51 | 0 | 0.71 | 0.21 | 103.64 | 0.57 | 0.51 |
| Hex | 62 | CA | 3B | 33 | 0 | 47 | 15 | 68 | 39 | 33 |
| Octal | 142 | 312 | 73 | 63 | 0 | 107 | 25 | 150 | 71 | 63 |
| Binary | 1100010 | 11001010 | 111011 | 110011 | 0 | 1000111 | 10101 | 1101000 | 111001 | 110011 |
Color Harmonies of #62CA3B
Complementary color
Monochromatic Colors of #62CA3B
Black with #62CA3B
Text Example
Text Example
White with #62CA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CA3B; }
p { color: rgb(98,202,59); }
H1.HeaderClassName
{
color: #62CA3B;
}
.AnyTagClassName
{
color: #62CA3B;
}
</style>
background-color css
<style>
a { background-color: #62CA3B; }
a { background-color: rgb(98,202,59); }
div.DivClassName
{
background-color: #62CA3B;
}
.BgClassName
{
background-color: #62CA3B;
}
</style>
border-color css
<style>
span { border-color: #62CA3B; }
span { border-color: rgb(98,202,59); }
td.TdClassName
{
border-color: #62CA3B;
}
.TagClassName
{
border-color: #62CA3B;
}
</style>