Shades of Apple #62BC34
Tints of Apple #62BC34
RGB
CMYK
RGB Variations
Color information
#62BC34 (or 0x62BC34) is known color: Apple. HEX triplet: 62, BC and 34. RGB value is (98,188,52). Sum of RGB (Red+Green+Blue) = 98+188+52=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #62BC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BC34 is #9D43CB. Grayscale: #929292. Windows color (decimal): -10306508 or 3456098. OLE color: 3456098.
HSL color Cylindrical-coordinate representation of color #62BC34: hue angle of 99.71º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62BC34 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 188 | 52 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.26 |
| HSL | 99.71º | 0.57% | 0.47% | - |
| HSV(B) | 99.71º | 0.72% | 0.74% | - |
| XYZ | 23.64 | 38.81 | 9.49 | - |
| YUV | 145.59 | 75.18 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 188 | 52 | 0.48 | 0 | 0.72 | 0.26 | 99.71 | 0.57 | 0.47 |
| Hex | 62 | BC | 34 | 30 | 0 | 48 | 1A | 64 | 39 | 2F |
| Octal | 142 | 274 | 64 | 60 | 0 | 110 | 32 | 144 | 71 | 57 |
| Binary | 1100010 | 10111100 | 110100 | 110000 | 0 | 1001000 | 11010 | 1100100 | 111001 | 101111 |
Color Harmonies of #62BC34
Complementary color
Monochromatic Colors of #62BC34
Black with #62BC34
Text Example
Text Example
White with #62BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BC34; }
p { color: rgb(98,188,52); }
H1.HeaderClassName
{
color: #62BC34;
}
.AnyTagClassName
{
color: #62BC34;
}
</style>
background-color css
<style>
a { background-color: #62BC34; }
a { background-color: rgb(98,188,52); }
div.DivClassName
{
background-color: #62BC34;
}
.BgClassName
{
background-color: #62BC34;
}
</style>
border-color css
<style>
span { border-color: #62BC34; }
span { border-color: rgb(98,188,52); }
td.TdClassName
{
border-color: #62BC34;
}
.TagClassName
{
border-color: #62BC34;
}
</style>