Shades of Apple #62BD44
Tints of Apple #62BD44
RGB
CMYK
RGB Variations
Color information
#62BD44 (or 0x62BD44) is known color: Apple. HEX triplet: 62, BD and 44. RGB value is (98,189,68). Sum of RGB (Red+Green+Blue) = 98+189+68=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #62BD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BD44 is #9D42BB. Grayscale: #949494. Windows color (decimal): -10306236 or 4504930. OLE color: 4504930.
HSL color Cylindrical-coordinate representation of color #62BD44: hue angle of 105.12º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #62BD44 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 189 | 68 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.26 |
| HSL | 105.12º | 0.48% | 0.5% | - |
| HSV(B) | 105.12º | 0.64% | 0.74% | - |
| XYZ | 24.28 | 39.41 | 11.8 | - |
| YUV | 148 | 82.85 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 68 | 0.48 | 0 | 0.64 | 0.26 | 105.12 | 0.48 | 0.5 |
| Hex | 62 | BD | 44 | 30 | 0 | 40 | 1A | 69 | 30 | 32 |
| Octal | 142 | 275 | 104 | 60 | 0 | 100 | 32 | 151 | 60 | 62 |
| Binary | 1100010 | 10111101 | 1000100 | 110000 | 0 | 1000000 | 11010 | 1101001 | 110000 | 110010 |
Color Harmonies of #62BD44
Complementary color
Monochromatic Colors of #62BD44
Black with #62BD44
Text Example
Text Example
White with #62BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BD44; }
p { color: rgb(98,189,68); }
H1.HeaderClassName
{
color: #62BD44;
}
.AnyTagClassName
{
color: #62BD44;
}
</style>
background-color css
<style>
a { background-color: #62BD44; }
a { background-color: rgb(98,189,68); }
div.DivClassName
{
background-color: #62BD44;
}
.BgClassName
{
background-color: #62BD44;
}
</style>
border-color css
<style>
span { border-color: #62BD44; }
span { border-color: rgb(98,189,68); }
td.TdClassName
{
border-color: #62BD44;
}
.TagClassName
{
border-color: #62BD44;
}
</style>