Shades of Apple #61DE3D
Tints of Apple #61DE3D
RGB
CMYK
RGB Variations
Color information
#61DE3D (or 0x61DE3D) is known color: Apple. HEX triplet: 61, DE and 3D. RGB value is (97,222,61). Sum of RGB (Red+Green+Blue) = 97+222+61=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 222 (87.11% from 255 or 58.42% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61DE3D is #9E21C2. Grayscale: #A6A6A6. Windows color (decimal): -10363331 or 4054625. OLE color: 4054625.
HSL color Cylindrical-coordinate representation of color #61DE3D: hue angle of 106.58º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61DE3D is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 222 | 61 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.13 |
| HSL | 106.58º | 0.71% | 0.55% | - |
| HSV(B) | 106.58º | 0.73% | 0.87% | - |
| XYZ | 31.89 | 55.12 | 13.37 | - |
| YUV | 166.27 | 68.59 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 222 | 61 | 0.56 | 0 | 0.73 | 0.13 | 106.58 | 0.71 | 0.55 |
| Hex | 61 | DE | 3D | 38 | 0 | 49 | D | 6B | 47 | 37 |
| Octal | 141 | 336 | 75 | 70 | 0 | 111 | 15 | 153 | 107 | 67 |
| Binary | 1100001 | 11011110 | 111101 | 111000 | 0 | 1001001 | 1101 | 1101011 | 1000111 | 110111 |
Color Harmonies of #61DE3D
Complementary color
Monochromatic Colors of #61DE3D
Black with #61DE3D
Text Example
Text Example
White with #61DE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DE3D; }
p { color: rgb(97,222,61); }
H1.HeaderClassName
{
color: #61DE3D;
}
.AnyTagClassName
{
color: #61DE3D;
}
</style>
background-color css
<style>
a { background-color: #61DE3D; }
a { background-color: rgb(97,222,61); }
div.DivClassName
{
background-color: #61DE3D;
}
.BgClassName
{
background-color: #61DE3D;
}
</style>
border-color css
<style>
span { border-color: #61DE3D; }
span { border-color: rgb(97,222,61); }
td.TdClassName
{
border-color: #61DE3D;
}
.TagClassName
{
border-color: #61DE3D;
}
</style>