Shades of Apple #62CF2F
Tints of Apple #62CF2F
RGB
CMYK
RGB Variations
Color information
#62CF2F (or 0x62CF2F) is known color: Apple. HEX triplet: 62, CF and 2F. RGB value is (98,207,47). Sum of RGB (Red+Green+Blue) = 98+207+47=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #62CF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CF2F is #9D30D0. Grayscale: #9C9C9C. Windows color (decimal): -10301649 or 3133282. OLE color: 3133282.
HSL color Cylindrical-coordinate representation of color #62CF2F: hue angle of 100.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62CF2F is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 207 | 47 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.19 |
| HSL | 100.88º | 0.63% | 0.5% | - |
| HSV(B) | 100.88º | 0.77% | 0.81% | - |
| XYZ | 27.86 | 47.43 | 10.38 | - |
| YUV | 156.17 | 66.39 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 207 | 47 | 0.53 | 0 | 0.77 | 0.19 | 100.88 | 0.63 | 0.5 |
| Hex | 62 | CF | 2F | 35 | 0 | 4D | 13 | 65 | 3F | 32 |
| Octal | 142 | 317 | 57 | 65 | 0 | 115 | 23 | 145 | 77 | 62 |
| Binary | 1100010 | 11001111 | 101111 | 110101 | 0 | 1001101 | 10011 | 1100101 | 111111 | 110010 |
Color Harmonies of #62CF2F
Complementary color
Monochromatic Colors of #62CF2F
Black with #62CF2F
Text Example
Text Example
White with #62CF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CF2F; }
p { color: rgb(98,207,47); }
H1.HeaderClassName
{
color: #62CF2F;
}
.AnyTagClassName
{
color: #62CF2F;
}
</style>
background-color css
<style>
a { background-color: #62CF2F; }
a { background-color: rgb(98,207,47); }
div.DivClassName
{
background-color: #62CF2F;
}
.BgClassName
{
background-color: #62CF2F;
}
</style>
border-color css
<style>
span { border-color: #62CF2F; }
span { border-color: rgb(98,207,47); }
td.TdClassName
{
border-color: #62CF2F;
}
.TagClassName
{
border-color: #62CF2F;
}
</style>