Shades of Apple #62C431
Tints of Apple #62C431
RGB
CMYK
RGB Variations
Color information
#62C431 (or 0x62C431) is known color: Apple. HEX triplet: 62, C4 and 31. RGB value is (98,196,49). Sum of RGB (Red+Green+Blue) = 98+196+49=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #62C431 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C431 is #9D3BCE. Grayscale: #969696. Windows color (decimal): -10304463 or 3261538. OLE color: 3261538.
HSL color Cylindrical-coordinate representation of color #62C431: hue angle of 100º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62C431 is Cyan = 0.5, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 196 | 49 | - |
| CMYK | 0.5 | 0 | 0.75 | 0.23 |
| HSL | 100º | 0.6% | 0.48% | - |
| HSV(B) | 100º | 0.75% | 0.77% | - |
| XYZ | 25.33 | 42.3 | 9.74 | - |
| YUV | 149.94 | 71.03 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 196 | 49 | 0.5 | 0 | 0.75 | 0.23 | 100 | 0.6 | 0.48 |
| Hex | 62 | C4 | 31 | 32 | 0 | 4B | 17 | 64 | 3C | 30 |
| Octal | 142 | 304 | 61 | 62 | 0 | 113 | 27 | 144 | 74 | 60 |
| Binary | 1100010 | 11000100 | 110001 | 110010 | 0 | 1001011 | 10111 | 1100100 | 111100 | 110000 |
Color Harmonies of #62C431
Complementary color
Monochromatic Colors of #62C431
Black with #62C431
Text Example
Text Example
White with #62C431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C431; }
p { color: rgb(98,196,49); }
H1.HeaderClassName
{
color: #62C431;
}
.AnyTagClassName
{
color: #62C431;
}
</style>
background-color css
<style>
a { background-color: #62C431; }
a { background-color: rgb(98,196,49); }
div.DivClassName
{
background-color: #62C431;
}
.BgClassName
{
background-color: #62C431;
}
</style>
border-color css
<style>
span { border-color: #62C431; }
span { border-color: rgb(98,196,49); }
td.TdClassName
{
border-color: #62C431;
}
.TagClassName
{
border-color: #62C431;
}
</style>