Shades of Apple #62CE4C
Tints of Apple #62CE4C
RGB
CMYK
RGB Variations
Color information
#62CE4C (or 0x62CE4C) is known color: Apple. HEX triplet: 62, CE and 4C. RGB value is (98,206,76). Sum of RGB (Red+Green+Blue) = 98+206+76=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #62CE4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CE4C is #9D31B3. Grayscale: #9F9F9F. Windows color (decimal): -10301876 or 5033570. OLE color: 5033570.
HSL color Cylindrical-coordinate representation of color #62CE4C: hue angle of 109.85º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62CE4C is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 76 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.19 |
| HSL | 109.85º | 0.57% | 0.55% | - |
| HSV(B) | 109.85º | 0.63% | 0.81% | - |
| XYZ | 28.41 | 47.26 | 14.46 | - |
| YUV | 158.89 | 81.22 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 76 | 0.52 | 0 | 0.63 | 0.19 | 109.85 | 0.57 | 0.55 |
| Hex | 62 | CE | 4C | 34 | 0 | 3F | 13 | 6E | 39 | 37 |
| Octal | 142 | 316 | 114 | 64 | 0 | 77 | 23 | 156 | 71 | 67 |
| Binary | 1100010 | 11001110 | 1001100 | 110100 | 0 | 111111 | 10011 | 1101110 | 111001 | 110111 |
Color Harmonies of #62CE4C
Complementary color
Monochromatic Colors of #62CE4C
Black with #62CE4C
Text Example
Text Example
White with #62CE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CE4C; }
p { color: rgb(98,206,76); }
H1.HeaderClassName
{
color: #62CE4C;
}
.AnyTagClassName
{
color: #62CE4C;
}
</style>
background-color css
<style>
a { background-color: #62CE4C; }
a { background-color: rgb(98,206,76); }
div.DivClassName
{
background-color: #62CE4C;
}
.BgClassName
{
background-color: #62CE4C;
}
</style>
border-color css
<style>
span { border-color: #62CE4C; }
span { border-color: rgb(98,206,76); }
td.TdClassName
{
border-color: #62CE4C;
}
.TagClassName
{
border-color: #62CE4C;
}
</style>