Shades of Apple #62CE49
Tints of Apple #62CE49
RGB
CMYK
RGB Variations
Color information
#62CE49 (or 0x62CE49) is known color: Apple. HEX triplet: 62, CE and 49. RGB value is (98,206,73). Sum of RGB (Red+Green+Blue) = 98+206+73=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #62CE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CE49 is #9D31B6. Grayscale: #9E9E9E. Windows color (decimal): -10301879 or 4836962. OLE color: 4836962.
HSL color Cylindrical-coordinate representation of color #62CE49: hue angle of 108.72º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62CE49 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 73 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.19 |
| HSL | 108.72º | 0.58% | 0.55% | - |
| HSV(B) | 108.72º | 0.65% | 0.81% | - |
| XYZ | 28.31 | 47.22 | 13.93 | - |
| YUV | 158.55 | 79.72 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 73 | 0.52 | 0 | 0.65 | 0.19 | 108.72 | 0.58 | 0.55 |
| Hex | 62 | CE | 49 | 34 | 0 | 41 | 13 | 6D | 3A | 37 |
| Octal | 142 | 316 | 111 | 64 | 0 | 101 | 23 | 155 | 72 | 67 |
| Binary | 1100010 | 11001110 | 1001001 | 110100 | 0 | 1000001 | 10011 | 1101101 | 111010 | 110111 |
Color Harmonies of #62CE49
Complementary color
Monochromatic Colors of #62CE49
Black with #62CE49
Text Example
Text Example
White with #62CE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CE49; }
p { color: rgb(98,206,73); }
H1.HeaderClassName
{
color: #62CE49;
}
.AnyTagClassName
{
color: #62CE49;
}
</style>
background-color css
<style>
a { background-color: #62CE49; }
a { background-color: rgb(98,206,73); }
div.DivClassName
{
background-color: #62CE49;
}
.BgClassName
{
background-color: #62CE49;
}
</style>
border-color css
<style>
span { border-color: #62CE49; }
span { border-color: rgb(98,206,73); }
td.TdClassName
{
border-color: #62CE49;
}
.TagClassName
{
border-color: #62CE49;
}
</style>