Shades of Apple #62C538
Tints of Apple #62C538
RGB
CMYK
RGB Variations
Color information
#62C538 (or 0x62C538) is known color: Apple. HEX triplet: 62, C5 and 38. RGB value is (98,197,56). Sum of RGB (Red+Green+Blue) = 98+197+56=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 197 (77.34% from 255 or 56.13% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 197 - color contains mainly: green. Hex color #62C538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C538 is #9D3AC7. Grayscale: #979797. Windows color (decimal): -10304200 or 3720546. OLE color: 3720546.
HSL color Cylindrical-coordinate representation of color #62C538: hue angle of 102.13º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62C538 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 56 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.23 |
| HSL | 102.13º | 0.56% | 0.5% | - |
| HSV(B) | 102.13º | 0.72% | 0.77% | - |
| XYZ | 25.72 | 42.81 | 10.65 | - |
| YUV | 151.33 | 74.2 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 56 | 0.50 | 0 | 0.72 | 0.23 | 102.13 | 0.56 | 0.5 |
| Hex | 62 | C5 | 38 | 32 | 0 | 48 | 17 | 66 | 38 | 32 |
| Octal | 142 | 305 | 70 | 62 | 0 | 110 | 27 | 146 | 70 | 62 |
| Binary | 1100010 | 11000101 | 111000 | 110010 | 0 | 1001000 | 10111 | 1100110 | 111000 | 110010 |
Color Harmonies of #62C538
Complementary color
Monochromatic Colors of #62C538
Black with #62C538
Text Example
Text Example
White with #62C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C538; }
p { color: rgb(98,197,56); }
H1.HeaderClassName
{
color: #62C538;
}
.AnyTagClassName
{
color: #62C538;
}
</style>
background-color css
<style>
a { background-color: #62C538; }
a { background-color: rgb(98,197,56); }
div.DivClassName
{
background-color: #62C538;
}
.BgClassName
{
background-color: #62C538;
}
</style>
border-color css
<style>
span { border-color: #62C538; }
span { border-color: rgb(98,197,56); }
td.TdClassName
{
border-color: #62C538;
}
.TagClassName
{
border-color: #62C538;
}
</style>