Shades of Apple #62CF57
Tints of Apple #62CF57
RGB
CMYK
RGB Variations
Color information
#62CF57 (or 0x62CF57) is known color: Apple. HEX triplet: 62, CF and 57. RGB value is (98,207,87). Sum of RGB (Red+Green+Blue) = 98+207+87=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #62CF57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CF57 is #9D30A8. Grayscale: #A1A1A1. Windows color (decimal): -10301609 or 5754722. OLE color: 5754722.
HSL color Cylindrical-coordinate representation of color #62CF57: hue angle of 114.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62CF57 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 207 | 87 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.19 |
| HSL | 114.5º | 0.56% | 0.58% | - |
| HSV(B) | 114.5º | 0.58% | 0.81% | - |
| XYZ | 29.07 | 47.91 | 16.73 | - |
| YUV | 160.73 | 86.39 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 87 | 0.53 | 0 | 0.58 | 0.19 | 114.5 | 0.56 | 0.58 |
| Hex | 62 | CF | 57 | 35 | 0 | 3A | 13 | 72 | 38 | 3A |
| Octal | 142 | 317 | 127 | 65 | 0 | 72 | 23 | 162 | 70 | 72 |
| Binary | 1100010 | 11001111 | 1010111 | 110101 | 0 | 111010 | 10011 | 1110010 | 111000 | 111010 |
Color Harmonies of #62CF57
Complementary color
Monochromatic Colors of #62CF57
Black with #62CF57
Text Example
Text Example
White with #62CF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CF57; }
p { color: rgb(98,207,87); }
H1.HeaderClassName
{
color: #62CF57;
}
.AnyTagClassName
{
color: #62CF57;
}
</style>
background-color css
<style>
a { background-color: #62CF57; }
a { background-color: rgb(98,207,87); }
div.DivClassName
{
background-color: #62CF57;
}
.BgClassName
{
background-color: #62CF57;
}
</style>
border-color css
<style>
span { border-color: #62CF57; }
span { border-color: rgb(98,207,87); }
td.TdClassName
{
border-color: #62CF57;
}
.TagClassName
{
border-color: #62CF57;
}
</style>