Shades of Apple #61D13D
Tints of Apple #61D13D
RGB
CMYK
RGB Variations
Color information
#61D13D (or 0x61D13D) is known color: Apple. HEX triplet: 61, D1 and 3D. RGB value is (97,209,61). Sum of RGB (Red+Green+Blue) = 97+209+61=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 209 (82.03% from 255 or 56.95% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 209 - color contains mainly: green. Hex color #61D13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D13D is #9E2EC2. Grayscale: #9F9F9F. Windows color (decimal): -10366659 or 4051297. OLE color: 4051297.
HSL color Cylindrical-coordinate representation of color #61D13D: hue angle of 105.41º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61D13D is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 209 | 61 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.18 |
| HSL | 105.41º | 0.62% | 0.53% | - |
| HSV(B) | 105.41º | 0.71% | 0.82% | - |
| XYZ | 28.57 | 48.48 | 12.27 | - |
| YUV | 158.64 | 72.89 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 209 | 61 | 0.54 | 0 | 0.71 | 0.18 | 105.41 | 0.62 | 0.53 |
| Hex | 61 | D1 | 3D | 36 | 0 | 47 | 12 | 69 | 3E | 35 |
| Octal | 141 | 321 | 75 | 66 | 0 | 107 | 22 | 151 | 76 | 65 |
| Binary | 1100001 | 11010001 | 111101 | 110110 | 0 | 1000111 | 10010 | 1101001 | 111110 | 110101 |
Color Harmonies of #61D13D
Complementary color
Monochromatic Colors of #61D13D
Black with #61D13D
Text Example
Text Example
White with #61D13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D13D; }
p { color: rgb(97,209,61); }
H1.HeaderClassName
{
color: #61D13D;
}
.AnyTagClassName
{
color: #61D13D;
}
</style>
background-color css
<style>
a { background-color: #61D13D; }
a { background-color: rgb(97,209,61); }
div.DivClassName
{
background-color: #61D13D;
}
.BgClassName
{
background-color: #61D13D;
}
</style>
border-color css
<style>
span { border-color: #61D13D; }
span { border-color: rgb(97,209,61); }
td.TdClassName
{
border-color: #61D13D;
}
.TagClassName
{
border-color: #61D13D;
}
</style>