Shades of Apple #62B15A
Tints of Apple #62B15A
RGB
CMYK
RGB Variations
Color information
#62B15A (or 0x62B15A) is known color: Apple. HEX triplet: 62, B1 and 5A. RGB value is (98,177,90). Sum of RGB (Red+Green+Blue) = 98+177+90=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #62B15A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62B15A is #9D4EA5. Grayscale: #8F8F8F. Windows color (decimal): -10309286 or 5943650. OLE color: 5943650.
HSL color Cylindrical-coordinate representation of color #62B15A: hue angle of 114.48º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62B15A is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 177 | 90 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.31 |
| HSL | 114.48º | 0.36% | 0.52% | - |
| HSV(B) | 114.48º | 0.49% | 0.69% | - |
| XYZ | 22.6 | 34.78 | 15.19 | - |
| YUV | 143.46 | 97.83 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 177 | 90 | 0.45 | 0 | 0.49 | 0.31 | 114.48 | 0.36 | 0.52 |
| Hex | 62 | B1 | 5A | 2D | 0 | 31 | 1F | 72 | 24 | 34 |
| Octal | 142 | 261 | 132 | 55 | 0 | 61 | 37 | 162 | 44 | 64 |
| Binary | 1100010 | 10110001 | 1011010 | 101101 | 0 | 110001 | 11111 | 1110010 | 100100 | 110100 |
Color Harmonies of #62B15A
Complementary color
Monochromatic Colors of #62B15A
Black with #62B15A
Text Example
Text Example
White with #62B15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B15A; }
p { color: rgb(98,177,90); }
H1.HeaderClassName
{
color: #62B15A;
}
.AnyTagClassName
{
color: #62B15A;
}
</style>
background-color css
<style>
a { background-color: #62B15A; }
a { background-color: rgb(98,177,90); }
div.DivClassName
{
background-color: #62B15A;
}
.BgClassName
{
background-color: #62B15A;
}
</style>
border-color css
<style>
span { border-color: #62B15A; }
span { border-color: rgb(98,177,90); }
td.TdClassName
{
border-color: #62B15A;
}
.TagClassName
{
border-color: #62B15A;
}
</style>