Shades of Apple #62B230
Tints of Apple #62B230
RGB
CMYK
RGB Variations
Color information
#62B230 (or 0x62B230) is known color: Apple. HEX triplet: 62, B2 and 30. RGB value is (98,178,48). Sum of RGB (Red+Green+Blue) = 98+178+48=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #62B230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62B230 is #9D4DCF. Grayscale: #8B8B8B. Windows color (decimal): -10309072 or 3191394. OLE color: 3191394.
HSL color Cylindrical-coordinate representation of color #62B230: hue angle of 96.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62B230 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 178 | 48 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.30 |
| HSL | 96.92º | 0.58% | 0.44% | - |
| HSV(B) | 96.92º | 0.73% | 0.7% | - |
| XYZ | 21.49 | 34.65 | 8.35 | - |
| YUV | 139.26 | 76.5 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 178 | 48 | 0.45 | 0 | 0.73 | 0.30 | 96.92 | 0.58 | 0.44 |
| Hex | 62 | B2 | 30 | 2D | 0 | 49 | 1E | 61 | 3A | 2C |
| Octal | 142 | 262 | 60 | 55 | 0 | 111 | 36 | 141 | 72 | 54 |
| Binary | 1100010 | 10110010 | 110000 | 101101 | 0 | 1001001 | 11110 | 1100001 | 111010 | 101100 |
Color Harmonies of #62B230
Complementary color
Monochromatic Colors of #62B230
Black with #62B230
Text Example
Text Example
White with #62B230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B230; }
p { color: rgb(98,178,48); }
H1.HeaderClassName
{
color: #62B230;
}
.AnyTagClassName
{
color: #62B230;
}
</style>
background-color css
<style>
a { background-color: #62B230; }
a { background-color: rgb(98,178,48); }
div.DivClassName
{
background-color: #62B230;
}
.BgClassName
{
background-color: #62B230;
}
</style>
border-color css
<style>
span { border-color: #62B230; }
span { border-color: rgb(98,178,48); }
td.TdClassName
{
border-color: #62B230;
}
.TagClassName
{
border-color: #62B230;
}
</style>