Shades of Apple #62C652
Tints of Apple #62C652
RGB
CMYK
RGB Variations
Color information
#62C652 (or 0x62C652) is known color: Apple. HEX triplet: 62, C6 and 52. RGB value is (98,198,82). Sum of RGB (Red+Green+Blue) = 98+198+82=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #62C652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C652 is #9D39AD. Grayscale: #9B9B9B. Windows color (decimal): -10303918 or 5424738. OLE color: 5424738.
HSL color Cylindrical-coordinate representation of color #62C652: hue angle of 111.72º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62C652 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 198 | 82 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.22 |
| HSL | 111.72º | 0.5% | 0.55% | - |
| HSV(B) | 111.72º | 0.59% | 0.78% | - |
| XYZ | 26.75 | 43.59 | 14.99 | - |
| YUV | 154.88 | 86.87 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 198 | 82 | 0.51 | 0 | 0.59 | 0.22 | 111.72 | 0.5 | 0.55 |
| Hex | 62 | C6 | 52 | 33 | 0 | 3B | 16 | 70 | 32 | 37 |
| Octal | 142 | 306 | 122 | 63 | 0 | 73 | 26 | 160 | 62 | 67 |
| Binary | 1100010 | 11000110 | 1010010 | 110011 | 0 | 111011 | 10110 | 1110000 | 110010 | 110111 |
Color Harmonies of #62C652
Complementary color
Monochromatic Colors of #62C652
Black with #62C652
Text Example
Text Example
White with #62C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C652; }
p { color: rgb(98,198,82); }
H1.HeaderClassName
{
color: #62C652;
}
.AnyTagClassName
{
color: #62C652;
}
</style>
background-color css
<style>
a { background-color: #62C652; }
a { background-color: rgb(98,198,82); }
div.DivClassName
{
background-color: #62C652;
}
.BgClassName
{
background-color: #62C652;
}
</style>
border-color css
<style>
span { border-color: #62C652; }
span { border-color: rgb(98,198,82); }
td.TdClassName
{
border-color: #62C652;
}
.TagClassName
{
border-color: #62C652;
}
</style>