Shades of Apple #61D93D
Tints of Apple #61D93D
RGB
CMYK
RGB Variations
Color information
#61D93D (or 0x61D93D) is known color: Apple. HEX triplet: 61, D9 and 3D. RGB value is (97,217,61). Sum of RGB (Red+Green+Blue) = 97+217+61=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 217 (85.16% from 255 or 57.87% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 217 - color contains mainly: green. Hex color #61D93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D93D is #9E26C2. Grayscale: #A3A3A3. Windows color (decimal): -10364611 or 4053345. OLE color: 4053345.
HSL color Cylindrical-coordinate representation of color #61D93D: hue angle of 106.15º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61D93D is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 217 | 61 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.15 |
| HSL | 106.15º | 0.67% | 0.55% | - |
| HSV(B) | 106.15º | 0.72% | 0.85% | - |
| XYZ | 30.58 | 52.5 | 12.94 | - |
| YUV | 163.34 | 70.24 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 217 | 61 | 0.55 | 0 | 0.72 | 0.15 | 106.15 | 0.67 | 0.55 |
| Hex | 61 | D9 | 3D | 37 | 0 | 48 | F | 6A | 43 | 37 |
| Octal | 141 | 331 | 75 | 67 | 0 | 110 | 17 | 152 | 103 | 67 |
| Binary | 1100001 | 11011001 | 111101 | 110111 | 0 | 1001000 | 1111 | 1101010 | 1000011 | 110111 |
Color Harmonies of #61D93D
Complementary color
Monochromatic Colors of #61D93D
Black with #61D93D
Text Example
Text Example
White with #61D93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D93D; }
p { color: rgb(97,217,61); }
H1.HeaderClassName
{
color: #61D93D;
}
.AnyTagClassName
{
color: #61D93D;
}
</style>
background-color css
<style>
a { background-color: #61D93D; }
a { background-color: rgb(97,217,61); }
div.DivClassName
{
background-color: #61D93D;
}
.BgClassName
{
background-color: #61D93D;
}
</style>
border-color css
<style>
span { border-color: #61D93D; }
span { border-color: rgb(97,217,61); }
td.TdClassName
{
border-color: #61D93D;
}
.TagClassName
{
border-color: #61D93D;
}
</style>