Shades of Apple #62CD4D
Tints of Apple #62CD4D
RGB
CMYK
RGB Variations
Color information
#62CD4D (or 0x62CD4D) is known color: Apple. HEX triplet: 62, CD and 4D. RGB value is (98,205,77). Sum of RGB (Red+Green+Blue) = 98+205+77=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #62CD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62CD4D is #9D32B2. Grayscale: #9E9E9E. Windows color (decimal): -10302131 or 5098850. OLE color: 5098850.
HSL color Cylindrical-coordinate representation of color #62CD4D: hue angle of 110.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62CD4D is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
RGB | 98 | 205 | 77 | - |
CMYK | 0.52 | 0 | 0.62 | 0.20 |
HSL | 110.16º | 0.56% | 0.55% | - |
HSV(B) | 110.16º | 0.62% | 0.8% | - |
XYZ | 28.21 | 46.8 | 14.57 | - |
YUV | 158.42 | 82.05 | 84.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 205 | 77 | 0.52 | 0 | 0.62 | 0.20 | 110.16 | 0.56 | 0.55 |
Hex | 62 | CD | 4D | 34 | 0 | 3E | 14 | 6E | 38 | 37 |
Octal | 142 | 315 | 115 | 64 | 0 | 76 | 24 | 156 | 70 | 67 |
Binary | 1100010 | 11001101 | 1001101 | 110100 | 0 | 111110 | 10100 | 1101110 | 111000 | 110111 |
Color Harmonies of #62CD4D
Complementary color
Monochromatic Colors of #62CD4D
Black with #62CD4D
Text Example
Text Example
White with #62CD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CD4D; }
p { color: rgb(98,205,77); }
H1.HeaderClassName
{
color: #62CD4D;
}
.AnyTagClassName
{
color: #62CD4D;
}
</style>
background-color css
<style>
a { background-color: #62CD4D; }
a { background-color: rgb(98,205,77); }
div.DivClassName
{
background-color: #62CD4D;
}
.BgClassName
{
background-color: #62CD4D;
}
</style>
border-color css
<style>
span { border-color: #62CD4D; }
span { border-color: rgb(98,205,77); }
td.TdClassName
{
border-color: #62CD4D;
}
.TagClassName
{
border-color: #62CD4D;
}
</style>