Shades of Apple #62C84B
Tints of Apple #62C84B
RGB
CMYK
RGB Variations
Color information
#62C84B (or 0x62C84B) is known color: Apple. HEX triplet: 62, C8 and 4B. RGB value is (98,200,75). Sum of RGB (Red+Green+Blue) = 98+200+75=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 200 (78.52% from 255 or 53.62% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 200 - color contains mainly: green. Hex color #62C84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C84B is #9D37B4. Grayscale: #9B9B9B. Windows color (decimal): -10303413 or 4966498. OLE color: 4966498.
HSL color Cylindrical-coordinate representation of color #62C84B: hue angle of 108.96º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62C84B is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 200 | 75 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.22 |
| HSL | 108.96º | 0.53% | 0.54% | - |
| HSV(B) | 108.96º | 0.63% | 0.78% | - |
| XYZ | 26.96 | 44.41 | 13.81 | - |
| YUV | 155.25 | 82.71 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 200 | 75 | 0.51 | 0 | 0.62 | 0.22 | 108.96 | 0.53 | 0.54 |
| Hex | 62 | C8 | 4B | 33 | 0 | 3E | 16 | 6D | 35 | 36 |
| Octal | 142 | 310 | 113 | 63 | 0 | 76 | 26 | 155 | 65 | 66 |
| Binary | 1100010 | 11001000 | 1001011 | 110011 | 0 | 111110 | 10110 | 1101101 | 110101 | 110110 |
Color Harmonies of #62C84B
Complementary color
Monochromatic Colors of #62C84B
Black with #62C84B
Text Example
Text Example
White with #62C84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C84B; }
p { color: rgb(98,200,75); }
H1.HeaderClassName
{
color: #62C84B;
}
.AnyTagClassName
{
color: #62C84B;
}
</style>
background-color css
<style>
a { background-color: #62C84B; }
a { background-color: rgb(98,200,75); }
div.DivClassName
{
background-color: #62C84B;
}
.BgClassName
{
background-color: #62C84B;
}
</style>
border-color css
<style>
span { border-color: #62C84B; }
span { border-color: rgb(98,200,75); }
td.TdClassName
{
border-color: #62C84B;
}
.TagClassName
{
border-color: #62C84B;
}
</style>