Shades of Apple #62BA3C
Tints of Apple #62BA3C
RGB
CMYK
RGB Variations
Color information
#62BA3C (or 0x62BA3C) is known color: Apple. HEX triplet: 62, BA and 3C. RGB value is (98,186,60). Sum of RGB (Red+Green+Blue) = 98+186+60=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #62BA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62BA3C is #9D45C3. Grayscale: #919191. Windows color (decimal): -10307012 or 3979874. OLE color: 3979874.
HSL color Cylindrical-coordinate representation of color #62BA3C: hue angle of 101.9º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62BA3C is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 186 | 60 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.27 |
| HSL | 101.9º | 0.51% | 0.48% | - |
| HSV(B) | 101.9º | 0.68% | 0.73% | - |
| XYZ | 23.41 | 38.04 | 10.38 | - |
| YUV | 145.32 | 79.85 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 60 | 0.47 | 0 | 0.68 | 0.27 | 101.9 | 0.51 | 0.48 |
| Hex | 62 | BA | 3C | 2F | 0 | 44 | 1B | 66 | 33 | 30 |
| Octal | 142 | 272 | 74 | 57 | 0 | 104 | 33 | 146 | 63 | 60 |
| Binary | 1100010 | 10111010 | 111100 | 101111 | 0 | 1000100 | 11011 | 1100110 | 110011 | 110000 |
Color Harmonies of #62BA3C
Complementary color
Monochromatic Colors of #62BA3C
Black with #62BA3C
Text Example
Text Example
White with #62BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BA3C; }
p { color: rgb(98,186,60); }
H1.HeaderClassName
{
color: #62BA3C;
}
.AnyTagClassName
{
color: #62BA3C;
}
</style>
background-color css
<style>
a { background-color: #62BA3C; }
a { background-color: rgb(98,186,60); }
div.DivClassName
{
background-color: #62BA3C;
}
.BgClassName
{
background-color: #62BA3C;
}
</style>
border-color css
<style>
span { border-color: #62BA3C; }
span { border-color: rgb(98,186,60); }
td.TdClassName
{
border-color: #62BA3C;
}
.TagClassName
{
border-color: #62BA3C;
}
</style>