Shades of Apple #62CB56
Tints of Apple #62CB56
RGB
CMYK
RGB Variations
Color information
#62CB56 (or 0x62CB56) is known color: Apple. HEX triplet: 62, CB and 56. RGB value is (98,203,86). Sum of RGB (Red+Green+Blue) = 98+203+86=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #62CB56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CB56 is #9D34A9. Grayscale: #9E9E9E. Windows color (decimal): -10302634 or 5688162. OLE color: 5688162.
HSL color Cylindrical-coordinate representation of color #62CB56: hue angle of 113.85º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62CB56 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 203 | 86 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.20 |
| HSL | 113.85º | 0.53% | 0.57% | - |
| HSV(B) | 113.85º | 0.58% | 0.8% | - |
| XYZ | 28.07 | 45.98 | 16.2 | - |
| YUV | 158.27 | 87.21 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 203 | 86 | 0.52 | 0 | 0.58 | 0.20 | 113.85 | 0.53 | 0.57 |
| Hex | 62 | CB | 56 | 34 | 0 | 3A | 14 | 72 | 35 | 39 |
| Octal | 142 | 313 | 126 | 64 | 0 | 72 | 24 | 162 | 65 | 71 |
| Binary | 1100010 | 11001011 | 1010110 | 110100 | 0 | 111010 | 10100 | 1110010 | 110101 | 111001 |
Color Harmonies of #62CB56
Complementary color
Monochromatic Colors of #62CB56
Black with #62CB56
Text Example
Text Example
White with #62CB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CB56; }
p { color: rgb(98,203,86); }
H1.HeaderClassName
{
color: #62CB56;
}
.AnyTagClassName
{
color: #62CB56;
}
</style>
background-color css
<style>
a { background-color: #62CB56; }
a { background-color: rgb(98,203,86); }
div.DivClassName
{
background-color: #62CB56;
}
.BgClassName
{
background-color: #62CB56;
}
</style>
border-color css
<style>
span { border-color: #62CB56; }
span { border-color: rgb(98,203,86); }
td.TdClassName
{
border-color: #62CB56;
}
.TagClassName
{
border-color: #62CB56;
}
</style>