Shades of Apple #61D644
Tints of Apple #61D644
RGB
CMYK
RGB Variations
Color information
#61D644 (or 0x61D644) is known color: Apple. HEX triplet: 61, D6 and 44. RGB value is (97,214,68). Sum of RGB (Red+Green+Blue) = 97+214+68=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #61D644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D644 is #9E29BB. Grayscale: #A2A2A2. Windows color (decimal): -10365372 or 4511329. OLE color: 4511329.
HSL color Cylindrical-coordinate representation of color #61D644: hue angle of 108.08º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61D644 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 214 | 68 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.16 |
| HSL | 108.08º | 0.64% | 0.55% | - |
| HSV(B) | 108.08º | 0.68% | 0.84% | - |
| XYZ | 30.02 | 51.05 | 13.74 | - |
| YUV | 162.37 | 74.74 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 214 | 68 | 0.55 | 0 | 0.68 | 0.16 | 108.08 | 0.64 | 0.55 |
| Hex | 61 | D6 | 44 | 37 | 0 | 44 | 10 | 6C | 40 | 37 |
| Octal | 141 | 326 | 104 | 67 | 0 | 104 | 20 | 154 | 100 | 67 |
| Binary | 1100001 | 11010110 | 1000100 | 110111 | 0 | 1000100 | 10000 | 1101100 | 1000000 | 110111 |
Color Harmonies of #61D644
Complementary color
Monochromatic Colors of #61D644
Black with #61D644
Text Example
Text Example
White with #61D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D644; }
p { color: rgb(97,214,68); }
H1.HeaderClassName
{
color: #61D644;
}
.AnyTagClassName
{
color: #61D644;
}
</style>
background-color css
<style>
a { background-color: #61D644; }
a { background-color: rgb(97,214,68); }
div.DivClassName
{
background-color: #61D644;
}
.BgClassName
{
background-color: #61D644;
}
</style>
border-color css
<style>
span { border-color: #61D644; }
span { border-color: rgb(97,214,68); }
td.TdClassName
{
border-color: #61D644;
}
.TagClassName
{
border-color: #61D644;
}
</style>