Shades of Apple #62DF3D
Tints of Apple #62DF3D
RGB
CMYK
RGB Variations
Color information
#62DF3D (or 0x62DF3D) is known color: Apple. HEX triplet: 62, DF and 3D. RGB value is (98,223,61). Sum of RGB (Red+Green+Blue) = 98+223+61=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #62DF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DF3D is #9D20C2. Grayscale: #A7A7A7. Windows color (decimal): -10297539 or 4054882. OLE color: 4054882.
HSL color Cylindrical-coordinate representation of color #62DF3D: hue angle of 106.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62DF3D is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 223 | 61 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.13 |
| HSL | 106.3º | 0.72% | 0.56% | - |
| HSV(B) | 106.3º | 0.73% | 0.87% | - |
| XYZ | 32.27 | 55.71 | 13.47 | - |
| YUV | 167.16 | 68.09 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 223 | 61 | 0.56 | 0 | 0.73 | 0.13 | 106.3 | 0.72 | 0.56 |
| Hex | 62 | DF | 3D | 38 | 0 | 49 | D | 6A | 48 | 38 |
| Octal | 142 | 337 | 75 | 70 | 0 | 111 | 15 | 152 | 110 | 70 |
| Binary | 1100010 | 11011111 | 111101 | 111000 | 0 | 1001001 | 1101 | 1101010 | 1001000 | 111000 |
Color Harmonies of #62DF3D
Complementary color
Monochromatic Colors of #62DF3D
Black with #62DF3D
Text Example
Text Example
White with #62DF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DF3D; }
p { color: rgb(98,223,61); }
H1.HeaderClassName
{
color: #62DF3D;
}
.AnyTagClassName
{
color: #62DF3D;
}
</style>
background-color css
<style>
a { background-color: #62DF3D; }
a { background-color: rgb(98,223,61); }
div.DivClassName
{
background-color: #62DF3D;
}
.BgClassName
{
background-color: #62DF3D;
}
</style>
border-color css
<style>
span { border-color: #62DF3D; }
span { border-color: rgb(98,223,61); }
td.TdClassName
{
border-color: #62DF3D;
}
.TagClassName
{
border-color: #62DF3D;
}
</style>