Shades of Apple #62C355
Tints of Apple #62C355
RGB
CMYK
RGB Variations
Color information
#62C355 (or 0x62C355) is known color: Apple. HEX triplet: 62, C3 and 55. RGB value is (98,195,85). Sum of RGB (Red+Green+Blue) = 98+195+85=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #62C355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62C355 is #9D3CAA. Grayscale: #999999. Windows color (decimal): -10304683 or 5620578. OLE color: 5620578.
HSL color Cylindrical-coordinate representation of color #62C355: hue angle of 112.91º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62C355 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 195 | 85 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.24 |
| HSL | 112.91º | 0.48% | 0.55% | - |
| HSV(B) | 112.91º | 0.56% | 0.76% | - |
| XYZ | 26.19 | 42.28 | 15.38 | - |
| YUV | 153.46 | 89.36 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 195 | 85 | 0.50 | 0 | 0.56 | 0.24 | 112.91 | 0.48 | 0.55 |
| Hex | 62 | C3 | 55 | 32 | 0 | 38 | 18 | 71 | 30 | 37 |
| Octal | 142 | 303 | 125 | 62 | 0 | 70 | 30 | 161 | 60 | 67 |
| Binary | 1100010 | 11000011 | 1010101 | 110010 | 0 | 111000 | 11000 | 1110001 | 110000 | 110111 |
Color Harmonies of #62C355
Complementary color
Monochromatic Colors of #62C355
Black with #62C355
Text Example
Text Example
White with #62C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C355; }
p { color: rgb(98,195,85); }
H1.HeaderClassName
{
color: #62C355;
}
.AnyTagClassName
{
color: #62C355;
}
</style>
background-color css
<style>
a { background-color: #62C355; }
a { background-color: rgb(98,195,85); }
div.DivClassName
{
background-color: #62C355;
}
.BgClassName
{
background-color: #62C355;
}
</style>
border-color css
<style>
span { border-color: #62C355; }
span { border-color: rgb(98,195,85); }
td.TdClassName
{
border-color: #62C355;
}
.TagClassName
{
border-color: #62C355;
}
</style>