Shades of Apple #62BF40
Tints of Apple #62BF40
RGB
CMYK
RGB Variations
Color information
#62BF40 (or 0x62BF40) is known color: Apple. HEX triplet: 62, BF and 40. RGB value is (98,191,64). Sum of RGB (Red+Green+Blue) = 98+191+64=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #62BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BF40 is #9D40BF. Grayscale: #959595. Windows color (decimal): -10305728 or 4243298. OLE color: 4243298.
HSL color Cylindrical-coordinate representation of color #62BF40: hue angle of 103.94º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62BF40 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 191 | 64 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.25 |
| HSL | 103.94º | 0.5% | 0.5% | - |
| HSV(B) | 103.94º | 0.66% | 0.75% | - |
| XYZ | 24.59 | 40.23 | 11.32 | - |
| YUV | 148.72 | 80.19 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 191 | 64 | 0.49 | 0 | 0.66 | 0.25 | 103.94 | 0.5 | 0.5 |
| Hex | 62 | BF | 40 | 31 | 0 | 42 | 19 | 68 | 32 | 32 |
| Octal | 142 | 277 | 100 | 61 | 0 | 102 | 31 | 150 | 62 | 62 |
| Binary | 1100010 | 10111111 | 1000000 | 110001 | 0 | 1000010 | 11001 | 1101000 | 110010 | 110010 |
Color Harmonies of #62BF40
Complementary color
Monochromatic Colors of #62BF40
Black with #62BF40
Text Example
Text Example
White with #62BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BF40; }
p { color: rgb(98,191,64); }
H1.HeaderClassName
{
color: #62BF40;
}
.AnyTagClassName
{
color: #62BF40;
}
</style>
background-color css
<style>
a { background-color: #62BF40; }
a { background-color: rgb(98,191,64); }
div.DivClassName
{
background-color: #62BF40;
}
.BgClassName
{
background-color: #62BF40;
}
</style>
border-color css
<style>
span { border-color: #62BF40; }
span { border-color: rgb(98,191,64); }
td.TdClassName
{
border-color: #62BF40;
}
.TagClassName
{
border-color: #62BF40;
}
</style>