Shades of Apple #62B04B
Tints of Apple #62B04B
RGB
CMYK
RGB Variations
Color information
#62B04B (or 0x62B04B) is known color: Apple. HEX triplet: 62, B0 and 4B. RGB value is (98,176,75). Sum of RGB (Red+Green+Blue) = 98+176+75=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #62B04B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62B04B is #9D4FB4. Grayscale: #8D8D8D. Windows color (decimal): -10309557 or 4960354. OLE color: 4960354.
HSL color Cylindrical-coordinate representation of color #62B04B: hue angle of 106.34º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62B04B is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 176 | 75 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.31 |
| HSL | 106.34º | 0.4% | 0.49% | - |
| HSV(B) | 106.34º | 0.57% | 0.69% | - |
| XYZ | 21.83 | 34.16 | 12.1 | - |
| YUV | 141.16 | 90.66 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 176 | 75 | 0.44 | 0 | 0.57 | 0.31 | 106.34 | 0.4 | 0.49 |
| Hex | 62 | B0 | 4B | 2C | 0 | 39 | 1F | 6A | 28 | 31 |
| Octal | 142 | 260 | 113 | 54 | 0 | 71 | 37 | 152 | 50 | 61 |
| Binary | 1100010 | 10110000 | 1001011 | 101100 | 0 | 111001 | 11111 | 1101010 | 101000 | 110001 |
Color Harmonies of #62B04B
Complementary color
Monochromatic Colors of #62B04B
Black with #62B04B
Text Example
Text Example
White with #62B04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B04B; }
p { color: rgb(98,176,75); }
H1.HeaderClassName
{
color: #62B04B;
}
.AnyTagClassName
{
color: #62B04B;
}
</style>
background-color css
<style>
a { background-color: #62B04B; }
a { background-color: rgb(98,176,75); }
div.DivClassName
{
background-color: #62B04B;
}
.BgClassName
{
background-color: #62B04B;
}
</style>
border-color css
<style>
span { border-color: #62B04B; }
span { border-color: rgb(98,176,75); }
td.TdClassName
{
border-color: #62B04B;
}
.TagClassName
{
border-color: #62B04B;
}
</style>