Shades of Apple #62B14B
Tints of Apple #62B14B
RGB
CMYK
RGB Variations
Color information
#62B14B (or 0x62B14B) is known color: Apple. HEX triplet: 62, B1 and 4B. RGB value is (98,177,75). Sum of RGB (Red+Green+Blue) = 98+177+75=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #62B14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62B14B is #9D4EB4. Grayscale: #8E8E8E. Windows color (decimal): -10309301 or 4960610. OLE color: 4960610.
HSL color Cylindrical-coordinate representation of color #62B14B: hue angle of 106.47º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62B14B is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 177 | 75 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.31 |
| HSL | 106.47º | 0.4% | 0.49% | - |
| HSV(B) | 106.47º | 0.58% | 0.69% | - |
| XYZ | 22.03 | 34.55 | 12.16 | - |
| YUV | 141.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 177 | 75 | 0.45 | 0 | 0.58 | 0.31 | 106.47 | 0.4 | 0.49 |
| Hex | 62 | B1 | 4B | 2D | 0 | 3A | 1F | 6A | 28 | 31 |
| Octal | 142 | 261 | 113 | 55 | 0 | 72 | 37 | 152 | 50 | 61 |
| Binary | 1100010 | 10110001 | 1001011 | 101101 | 0 | 111010 | 11111 | 1101010 | 101000 | 110001 |
Color Harmonies of #62B14B
Complementary color
Monochromatic Colors of #62B14B
Black with #62B14B
Text Example
Text Example
White with #62B14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B14B; }
p { color: rgb(98,177,75); }
H1.HeaderClassName
{
color: #62B14B;
}
.AnyTagClassName
{
color: #62B14B;
}
</style>
background-color css
<style>
a { background-color: #62B14B; }
a { background-color: rgb(98,177,75); }
div.DivClassName
{
background-color: #62B14B;
}
.BgClassName
{
background-color: #62B14B;
}
</style>
border-color css
<style>
span { border-color: #62B14B; }
span { border-color: rgb(98,177,75); }
td.TdClassName
{
border-color: #62B14B;
}
.TagClassName
{
border-color: #62B14B;
}
</style>