Shades of Apple #62CB57
Tints of Apple #62CB57
RGB
CMYK
RGB Variations
Color information
#62CB57 (or 0x62CB57) is known color: Apple. HEX triplet: 62, CB and 57. RGB value is (98,203,87). Sum of RGB (Red+Green+Blue) = 98+203+87=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #62CB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CB57 is #9D34A8. Grayscale: #9E9E9E. Windows color (decimal): -10302633 or 5753698. OLE color: 5753698.
HSL color Cylindrical-coordinate representation of color #62CB57: hue angle of 114.31º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62CB57 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 203 | 87 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.20 |
| HSL | 114.31º | 0.53% | 0.57% | - |
| HSV(B) | 114.31º | 0.57% | 0.8% | - |
| XYZ | 28.11 | 46 | 16.41 | - |
| YUV | 158.38 | 87.71 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 203 | 87 | 0.52 | 0 | 0.57 | 0.20 | 114.31 | 0.53 | 0.57 |
| Hex | 62 | CB | 57 | 34 | 0 | 39 | 14 | 72 | 35 | 39 |
| Octal | 142 | 313 | 127 | 64 | 0 | 71 | 24 | 162 | 65 | 71 |
| Binary | 1100010 | 11001011 | 1010111 | 110100 | 0 | 111001 | 10100 | 1110010 | 110101 | 111001 |
Color Harmonies of #62CB57
Complementary color
Monochromatic Colors of #62CB57
Black with #62CB57
Text Example
Text Example
White with #62CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CB57; }
p { color: rgb(98,203,87); }
H1.HeaderClassName
{
color: #62CB57;
}
.AnyTagClassName
{
color: #62CB57;
}
</style>
background-color css
<style>
a { background-color: #62CB57; }
a { background-color: rgb(98,203,87); }
div.DivClassName
{
background-color: #62CB57;
}
.BgClassName
{
background-color: #62CB57;
}
</style>
border-color css
<style>
span { border-color: #62CB57; }
span { border-color: rgb(98,203,87); }
td.TdClassName
{
border-color: #62CB57;
}
.TagClassName
{
border-color: #62CB57;
}
</style>