Shades of Apple #62B242
Tints of Apple #62B242
RGB
CMYK
RGB Variations
Color information
#62B242 (or 0x62B242) is known color: Apple. HEX triplet: 62, B2 and 42. RGB value is (98,178,66). Sum of RGB (Red+Green+Blue) = 98+178+66=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #62B242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62B242 is #9D4DBD. Grayscale: #8D8D8D. Windows color (decimal): -10309054 or 4371042. OLE color: 4371042.
HSL color Cylindrical-coordinate representation of color #62B242: hue angle of 102.86º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62B242 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 178 | 66 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.30 |
| HSL | 102.86º | 0.46% | 0.48% | - |
| HSV(B) | 102.86º | 0.63% | 0.7% | - |
| XYZ | 21.94 | 34.83 | 10.72 | - |
| YUV | 141.31 | 85.5 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 178 | 66 | 0.45 | 0 | 0.63 | 0.30 | 102.86 | 0.46 | 0.48 |
| Hex | 62 | B2 | 42 | 2D | 0 | 3F | 1E | 67 | 2E | 30 |
| Octal | 142 | 262 | 102 | 55 | 0 | 77 | 36 | 147 | 56 | 60 |
| Binary | 1100010 | 10110010 | 1000010 | 101101 | 0 | 111111 | 11110 | 1100111 | 101110 | 110000 |
Color Harmonies of #62B242
Complementary color
Monochromatic Colors of #62B242
Black with #62B242
Text Example
Text Example
White with #62B242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B242; }
p { color: rgb(98,178,66); }
H1.HeaderClassName
{
color: #62B242;
}
.AnyTagClassName
{
color: #62B242;
}
</style>
background-color css
<style>
a { background-color: #62B242; }
a { background-color: rgb(98,178,66); }
div.DivClassName
{
background-color: #62B242;
}
.BgClassName
{
background-color: #62B242;
}
</style>
border-color css
<style>
span { border-color: #62B242; }
span { border-color: rgb(98,178,66); }
td.TdClassName
{
border-color: #62B242;
}
.TagClassName
{
border-color: #62B242;
}
</style>