Shades of Apple #62BD33
Tints of Apple #62BD33
RGB
CMYK
RGB Variations
Color information
#62BD33 (or 0x62BD33) is known color: Apple. HEX triplet: 62, BD and 33. RGB value is (98,189,51). Sum of RGB (Red+Green+Blue) = 98+189+51=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #62BD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BD33 is #9D42CC. Grayscale: #929292. Windows color (decimal): -10306253 or 3390818. OLE color: 3390818.
HSL color Cylindrical-coordinate representation of color #62BD33: hue angle of 99.57º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62BD33 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 189 | 51 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.26 |
| HSL | 99.57º | 0.58% | 0.47% | - |
| HSV(B) | 99.57º | 0.73% | 0.74% | - |
| XYZ | 23.83 | 39.23 | 9.45 | - |
| YUV | 146.06 | 74.35 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 189 | 51 | 0.48 | 0 | 0.73 | 0.26 | 99.57 | 0.58 | 0.47 |
| Hex | 62 | BD | 33 | 30 | 0 | 49 | 1A | 64 | 3A | 2F |
| Octal | 142 | 275 | 63 | 60 | 0 | 111 | 32 | 144 | 72 | 57 |
| Binary | 1100010 | 10111101 | 110011 | 110000 | 0 | 1001001 | 11010 | 1100100 | 111010 | 101111 |
Color Harmonies of #62BD33
Complementary color
Monochromatic Colors of #62BD33
Black with #62BD33
Text Example
Text Example
White with #62BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BD33; }
p { color: rgb(98,189,51); }
H1.HeaderClassName
{
color: #62BD33;
}
.AnyTagClassName
{
color: #62BD33;
}
</style>
background-color css
<style>
a { background-color: #62BD33; }
a { background-color: rgb(98,189,51); }
div.DivClassName
{
background-color: #62BD33;
}
.BgClassName
{
background-color: #62BD33;
}
</style>
border-color css
<style>
span { border-color: #62BD33; }
span { border-color: rgb(98,189,51); }
td.TdClassName
{
border-color: #62BD33;
}
.TagClassName
{
border-color: #62BD33;
}
</style>