Shades of Apple #62C533
Tints of Apple #62C533
RGB
CMYK
RGB Variations
Color information
#62C533 (or 0x62C533) is known color: Apple. HEX triplet: 62, C5 and 33. RGB value is (98,197,51). Sum of RGB (Red+Green+Blue) = 98+197+51=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #62C533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C533 is #9D3ACC. Grayscale: #979797. Windows color (decimal): -10304205 or 3392866. OLE color: 3392866.
HSL color Cylindrical-coordinate representation of color #62C533: hue angle of 100.68º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62C533 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 51 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.23 |
| HSL | 100.68º | 0.59% | 0.49% | - |
| HSV(B) | 100.68º | 0.74% | 0.77% | - |
| XYZ | 25.6 | 42.77 | 10.04 | - |
| YUV | 150.76 | 71.7 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 51 | 0.50 | 0 | 0.74 | 0.23 | 100.68 | 0.59 | 0.49 |
| Hex | 62 | C5 | 33 | 32 | 0 | 4A | 17 | 65 | 3B | 31 |
| Octal | 142 | 305 | 63 | 62 | 0 | 112 | 27 | 145 | 73 | 61 |
| Binary | 1100010 | 11000101 | 110011 | 110010 | 0 | 1001010 | 10111 | 1100101 | 111011 | 110001 |
Color Harmonies of #62C533
Complementary color
Monochromatic Colors of #62C533
Black with #62C533
Text Example
Text Example
White with #62C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C533; }
p { color: rgb(98,197,51); }
H1.HeaderClassName
{
color: #62C533;
}
.AnyTagClassName
{
color: #62C533;
}
</style>
background-color css
<style>
a { background-color: #62C533; }
a { background-color: rgb(98,197,51); }
div.DivClassName
{
background-color: #62C533;
}
.BgClassName
{
background-color: #62C533;
}
</style>
border-color css
<style>
span { border-color: #62C533; }
span { border-color: rgb(98,197,51); }
td.TdClassName
{
border-color: #62C533;
}
.TagClassName
{
border-color: #62C533;
}
</style>