Shades of Apple #62C638
Tints of Apple #62C638
RGB
CMYK
RGB Variations
Color information
#62C638 (or 0x62C638) is known color: Apple. HEX triplet: 62, C6 and 38. RGB value is (98,198,56). Sum of RGB (Red+Green+Blue) = 98+198+56=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #62C638 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C638 is #9D39C7. Grayscale: #989898. Windows color (decimal): -10303944 or 3720802. OLE color: 3720802.
HSL color Cylindrical-coordinate representation of color #62C638: hue angle of 102.25º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62C638 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 198 | 56 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.22 |
| HSL | 102.25º | 0.56% | 0.5% | - |
| HSV(B) | 102.25º | 0.72% | 0.78% | - |
| XYZ | 25.94 | 43.27 | 10.73 | - |
| YUV | 151.91 | 73.87 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 198 | 56 | 0.51 | 0 | 0.72 | 0.22 | 102.25 | 0.56 | 0.5 |
| Hex | 62 | C6 | 38 | 33 | 0 | 48 | 16 | 66 | 38 | 32 |
| Octal | 142 | 306 | 70 | 63 | 0 | 110 | 26 | 146 | 70 | 62 |
| Binary | 1100010 | 11000110 | 111000 | 110011 | 0 | 1001000 | 10110 | 1100110 | 111000 | 110010 |
Color Harmonies of #62C638
Complementary color
Monochromatic Colors of #62C638
Black with #62C638
Text Example
Text Example
White with #62C638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C638; }
p { color: rgb(98,198,56); }
H1.HeaderClassName
{
color: #62C638;
}
.AnyTagClassName
{
color: #62C638;
}
</style>
background-color css
<style>
a { background-color: #62C638; }
a { background-color: rgb(98,198,56); }
div.DivClassName
{
background-color: #62C638;
}
.BgClassName
{
background-color: #62C638;
}
</style>
border-color css
<style>
span { border-color: #62C638; }
span { border-color: rgb(98,198,56); }
td.TdClassName
{
border-color: #62C638;
}
.TagClassName
{
border-color: #62C638;
}
</style>