Shades of Apple #62B934
Tints of Apple #62B934
RGB
CMYK
RGB Variations
Color information
#62B934 (or 0x62B934) is known color: Apple. HEX triplet: 62, B9 and 34. RGB value is (98,185,52). Sum of RGB (Red+Green+Blue) = 98+185+52=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #62B934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62B934 is #9D46CB. Grayscale: #909090. Windows color (decimal): -10307276 or 3455330. OLE color: 3455330.
HSL color Cylindrical-coordinate representation of color #62B934: hue angle of 99.25º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62B934 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 185 | 52 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.27 |
| HSL | 99.25º | 0.56% | 0.46% | - |
| HSV(B) | 99.25º | 0.72% | 0.73% | - |
| XYZ | 23.01 | 37.54 | 9.28 | - |
| YUV | 143.83 | 76.18 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 185 | 52 | 0.47 | 0 | 0.72 | 0.27 | 99.25 | 0.56 | 0.46 |
| Hex | 62 | B9 | 34 | 2F | 0 | 48 | 1B | 63 | 38 | 2E |
| Octal | 142 | 271 | 64 | 57 | 0 | 110 | 33 | 143 | 70 | 56 |
| Binary | 1100010 | 10111001 | 110100 | 101111 | 0 | 1001000 | 11011 | 1100011 | 111000 | 101110 |
Color Harmonies of #62B934
Complementary color
Monochromatic Colors of #62B934
Black with #62B934
Text Example
Text Example
White with #62B934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B934; }
p { color: rgb(98,185,52); }
H1.HeaderClassName
{
color: #62B934;
}
.AnyTagClassName
{
color: #62B934;
}
</style>
background-color css
<style>
a { background-color: #62B934; }
a { background-color: rgb(98,185,52); }
div.DivClassName
{
background-color: #62B934;
}
.BgClassName
{
background-color: #62B934;
}
</style>
border-color css
<style>
span { border-color: #62B934; }
span { border-color: rgb(98,185,52); }
td.TdClassName
{
border-color: #62B934;
}
.TagClassName
{
border-color: #62B934;
}
</style>