Shades of Apple #61D555
Tints of Apple #61D555
RGB
CMYK
RGB Variations
Color information
#61D555 (or 0x61D555) is known color: Apple. HEX triplet: 61, D5 and 55. RGB value is (97,213,85). Sum of RGB (Red+Green+Blue) = 97+213+85=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #61D555 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D555 is #9E2AAA. Grayscale: #A4A4A4. Windows color (decimal): -10365611 or 5625185. OLE color: 5625185.
HSL color Cylindrical-coordinate representation of color #61D555: hue angle of 114.38º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61D555 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 213 | 85 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.16 |
| HSL | 114.38º | 0.6% | 0.58% | - |
| HSV(B) | 114.38º | 0.6% | 0.84% | - |
| XYZ | 30.36 | 50.79 | 16.8 | - |
| YUV | 163.72 | 83.57 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 213 | 85 | 0.54 | 0 | 0.60 | 0.16 | 114.38 | 0.6 | 0.58 |
| Hex | 61 | D5 | 55 | 36 | 0 | 3C | 10 | 72 | 3C | 3A |
| Octal | 141 | 325 | 125 | 66 | 0 | 74 | 20 | 162 | 74 | 72 |
| Binary | 1100001 | 11010101 | 1010101 | 110110 | 0 | 111100 | 10000 | 1110010 | 111100 | 111010 |
Color Harmonies of #61D555
Complementary color
Monochromatic Colors of #61D555
Black with #61D555
Text Example
Text Example
White with #61D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D555; }
p { color: rgb(97,213,85); }
H1.HeaderClassName
{
color: #61D555;
}
.AnyTagClassName
{
color: #61D555;
}
</style>
background-color css
<style>
a { background-color: #61D555; }
a { background-color: rgb(97,213,85); }
div.DivClassName
{
background-color: #61D555;
}
.BgClassName
{
background-color: #61D555;
}
</style>
border-color css
<style>
span { border-color: #61D555; }
span { border-color: rgb(97,213,85); }
td.TdClassName
{
border-color: #61D555;
}
.TagClassName
{
border-color: #61D555;
}
</style>