Shades of Apple #62B83C
Tints of Apple #62B83C
RGB
CMYK
RGB Variations
Color information
#62B83C (or 0x62B83C) is known color: Apple. HEX triplet: 62, B8 and 3C. RGB value is (98,184,60). Sum of RGB (Red+Green+Blue) = 98+184+60=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #62B83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62B83C is #9D47C3. Grayscale: #909090. Windows color (decimal): -10307524 or 3979362. OLE color: 3979362.
HSL color Cylindrical-coordinate representation of color #62B83C: hue angle of 101.61º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62B83C is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 184 | 60 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.28 |
| HSL | 101.61º | 0.51% | 0.48% | - |
| HSV(B) | 101.61º | 0.67% | 0.72% | - |
| XYZ | 22.99 | 37.2 | 10.24 | - |
| YUV | 144.15 | 80.51 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 184 | 60 | 0.47 | 0 | 0.67 | 0.28 | 101.61 | 0.51 | 0.48 |
| Hex | 62 | B8 | 3C | 2F | 0 | 43 | 1C | 66 | 33 | 30 |
| Octal | 142 | 270 | 74 | 57 | 0 | 103 | 34 | 146 | 63 | 60 |
| Binary | 1100010 | 10111000 | 111100 | 101111 | 0 | 1000011 | 11100 | 1100110 | 110011 | 110000 |
Color Harmonies of #62B83C
Complementary color
Monochromatic Colors of #62B83C
Black with #62B83C
Text Example
Text Example
White with #62B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B83C; }
p { color: rgb(98,184,60); }
H1.HeaderClassName
{
color: #62B83C;
}
.AnyTagClassName
{
color: #62B83C;
}
</style>
background-color css
<style>
a { background-color: #62B83C; }
a { background-color: rgb(98,184,60); }
div.DivClassName
{
background-color: #62B83C;
}
.BgClassName
{
background-color: #62B83C;
}
</style>
border-color css
<style>
span { border-color: #62B83C; }
span { border-color: rgb(98,184,60); }
td.TdClassName
{
border-color: #62B83C;
}
.TagClassName
{
border-color: #62B83C;
}
</style>