Shades of Apple #62B62D
Tints of Apple #62B62D
RGB
CMYK
RGB Variations
Color information
#62B62D (or 0x62B62D) is known color: Apple. HEX triplet: 62, B6 and 2D. RGB value is (98,182,45). Sum of RGB (Red+Green+Blue) = 98+182+45=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 182 (71.48% from 255 or 56% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 182 - color contains mainly: green. Hex color #62B62D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62B62D is #9D49D2. Grayscale: #8D8D8D. Windows color (decimal): -10308051 or 2995810. OLE color: 2995810.
HSL color Cylindrical-coordinate representation of color #62B62D: hue angle of 96.79º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62B62D is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 182 | 45 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.29 |
| HSL | 96.79º | 0.6% | 0.45% | - |
| HSV(B) | 96.79º | 0.75% | 0.71% | - |
| XYZ | 22.24 | 36.24 | 8.31 | - |
| YUV | 141.27 | 73.67 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 182 | 45 | 0.46 | 0 | 0.75 | 0.29 | 96.79 | 0.6 | 0.45 |
| Hex | 62 | B6 | 2D | 2E | 0 | 4B | 1D | 61 | 3C | 2D |
| Octal | 142 | 266 | 55 | 56 | 0 | 113 | 35 | 141 | 74 | 55 |
| Binary | 1100010 | 10110110 | 101101 | 101110 | 0 | 1001011 | 11101 | 1100001 | 111100 | 101101 |
Color Harmonies of #62B62D
Complementary color
Monochromatic Colors of #62B62D
Black with #62B62D
Text Example
Text Example
White with #62B62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B62D; }
p { color: rgb(98,182,45); }
H1.HeaderClassName
{
color: #62B62D;
}
.AnyTagClassName
{
color: #62B62D;
}
</style>
background-color css
<style>
a { background-color: #62B62D; }
a { background-color: rgb(98,182,45); }
div.DivClassName
{
background-color: #62B62D;
}
.BgClassName
{
background-color: #62B62D;
}
</style>
border-color css
<style>
span { border-color: #62B62D; }
span { border-color: rgb(98,182,45); }
td.TdClassName
{
border-color: #62B62D;
}
.TagClassName
{
border-color: #62B62D;
}
</style>