Shades of Apple #62CB49
Tints of Apple #62CB49
RGB
CMYK
RGB Variations
Color information
#62CB49 (or 0x62CB49) is known color: Apple. HEX triplet: 62, CB and 49. RGB value is (98,203,73). Sum of RGB (Red+Green+Blue) = 98+203+73=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 203 (79.69% from 255 or 54.28% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 203 - color contains mainly: green. Hex color #62CB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CB49 is #9D34B6. Grayscale: #9D9D9D. Windows color (decimal): -10302647 or 4836194. OLE color: 4836194.
HSL color Cylindrical-coordinate representation of color #62CB49: hue angle of 108.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62CB49 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 203 | 73 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.20 |
| HSL | 108.46º | 0.56% | 0.54% | - |
| HSV(B) | 108.46º | 0.64% | 0.8% | - |
| XYZ | 27.6 | 45.79 | 13.69 | - |
| YUV | 156.79 | 80.71 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 203 | 73 | 0.52 | 0 | 0.64 | 0.20 | 108.46 | 0.56 | 0.54 |
| Hex | 62 | CB | 49 | 34 | 0 | 40 | 14 | 6C | 38 | 36 |
| Octal | 142 | 313 | 111 | 64 | 0 | 100 | 24 | 154 | 70 | 66 |
| Binary | 1100010 | 11001011 | 1001001 | 110100 | 0 | 1000000 | 10100 | 1101100 | 111000 | 110110 |
Color Harmonies of #62CB49
Complementary color
Monochromatic Colors of #62CB49
Black with #62CB49
Text Example
Text Example
White with #62CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CB49; }
p { color: rgb(98,203,73); }
H1.HeaderClassName
{
color: #62CB49;
}
.AnyTagClassName
{
color: #62CB49;
}
</style>
background-color css
<style>
a { background-color: #62CB49; }
a { background-color: rgb(98,203,73); }
div.DivClassName
{
background-color: #62CB49;
}
.BgClassName
{
background-color: #62CB49;
}
</style>
border-color css
<style>
span { border-color: #62CB49; }
span { border-color: rgb(98,203,73); }
td.TdClassName
{
border-color: #62CB49;
}
.TagClassName
{
border-color: #62CB49;
}
</style>