Shades of Apple #61D641
Tints of Apple #61D641
RGB
CMYK
RGB Variations
Color information
#61D641 (or 0x61D641) is known color: Apple. HEX triplet: 61, D6 and 41. RGB value is (97,214,65). Sum of RGB (Red+Green+Blue) = 97+214+65=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #61D641 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61D641 is #9E29BE. Grayscale: #A2A2A2. Windows color (decimal): -10365375 or 4314721. OLE color: 4314721.
HSL color Cylindrical-coordinate representation of color #61D641: hue angle of 107.11º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61D641 is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 214 | 65 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.16 |
| HSL | 107.11º | 0.65% | 0.55% | - |
| HSV(B) | 107.11º | 0.7% | 0.84% | - |
| XYZ | 29.93 | 51.02 | 13.27 | - |
| YUV | 162.03 | 73.24 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 214 | 65 | 0.55 | 0 | 0.70 | 0.16 | 107.11 | 0.65 | 0.55 |
| Hex | 61 | D6 | 41 | 37 | 0 | 46 | 10 | 6B | 41 | 37 |
| Octal | 141 | 326 | 101 | 67 | 0 | 106 | 20 | 153 | 101 | 67 |
| Binary | 1100001 | 11010110 | 1000001 | 110111 | 0 | 1000110 | 10000 | 1101011 | 1000001 | 110111 |
Color Harmonies of #61D641
Complementary color
Monochromatic Colors of #61D641
Black with #61D641
Text Example
Text Example
White with #61D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D641; }
p { color: rgb(97,214,65); }
H1.HeaderClassName
{
color: #61D641;
}
.AnyTagClassName
{
color: #61D641;
}
</style>
background-color css
<style>
a { background-color: #61D641; }
a { background-color: rgb(97,214,65); }
div.DivClassName
{
background-color: #61D641;
}
.BgClassName
{
background-color: #61D641;
}
</style>
border-color css
<style>
span { border-color: #61D641; }
span { border-color: rgb(97,214,65); }
td.TdClassName
{
border-color: #61D641;
}
.TagClassName
{
border-color: #61D641;
}
</style>