Shades of Apple #62DF3F
Tints of Apple #62DF3F
RGB
CMYK
RGB Variations
Color information
#62DF3F (or 0x62DF3F) is known color: Apple. HEX triplet: 62, DF and 3F. RGB value is (98,223,63). Sum of RGB (Red+Green+Blue) = 98+223+63=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #62DF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DF3F is #9D20C0. Grayscale: #A7A7A7. Windows color (decimal): -10297537 or 4185954. OLE color: 4185954.
HSL color Cylindrical-coordinate representation of color #62DF3F: hue angle of 106.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62DF3F is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 223 | 63 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.13 |
| HSL | 106.88º | 0.71% | 0.56% | - |
| HSV(B) | 106.88º | 0.72% | 0.87% | - |
| XYZ | 32.32 | 55.73 | 13.76 | - |
| YUV | 167.39 | 69.09 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 223 | 63 | 0.56 | 0 | 0.72 | 0.13 | 106.88 | 0.71 | 0.56 |
| Hex | 62 | DF | 3F | 38 | 0 | 48 | D | 6B | 47 | 38 |
| Octal | 142 | 337 | 77 | 70 | 0 | 110 | 15 | 153 | 107 | 70 |
| Binary | 1100010 | 11011111 | 111111 | 111000 | 0 | 1001000 | 1101 | 1101011 | 1000111 | 111000 |
Color Harmonies of #62DF3F
Complementary color
Monochromatic Colors of #62DF3F
Black with #62DF3F
Text Example
Text Example
White with #62DF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DF3F; }
p { color: rgb(98,223,63); }
H1.HeaderClassName
{
color: #62DF3F;
}
.AnyTagClassName
{
color: #62DF3F;
}
</style>
background-color css
<style>
a { background-color: #62DF3F; }
a { background-color: rgb(98,223,63); }
div.DivClassName
{
background-color: #62DF3F;
}
.BgClassName
{
background-color: #62DF3F;
}
</style>
border-color css
<style>
span { border-color: #62DF3F; }
span { border-color: rgb(98,223,63); }
td.TdClassName
{
border-color: #62DF3F;
}
.TagClassName
{
border-color: #62DF3F;
}
</style>