Shades of Apple #61BC4E
Tints of Apple #61BC4E
RGB
CMYK
RGB Variations
Color information
#61BC4E (or 0x61BC4E) is known color: Apple. HEX triplet: 61, BC and 4E. RGB value is (97,188,78). Sum of RGB (Red+Green+Blue) = 97+188+78=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BC4E is #9E43B1. Grayscale: #949494. Windows color (decimal): -10372018 or 5160033. OLE color: 5160033.
HSL color Cylindrical-coordinate representation of color #61BC4E: hue angle of 109.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61BC4E is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 188 | 78 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.26 |
| HSL | 109.64º | 0.45% | 0.52% | - |
| HSV(B) | 109.64º | 0.59% | 0.74% | - |
| XYZ | 24.29 | 39.06 | 13.47 | - |
| YUV | 148.25 | 88.35 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 188 | 78 | 0.48 | 0 | 0.59 | 0.26 | 109.64 | 0.45 | 0.52 |
| Hex | 61 | BC | 4E | 30 | 0 | 3B | 1A | 6E | 2D | 34 |
| Octal | 141 | 274 | 116 | 60 | 0 | 73 | 32 | 156 | 55 | 64 |
| Binary | 1100001 | 10111100 | 1001110 | 110000 | 0 | 111011 | 11010 | 1101110 | 101101 | 110100 |
Color Harmonies of #61BC4E
Complementary color
Monochromatic Colors of #61BC4E
Black with #61BC4E
Text Example
Text Example
White with #61BC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BC4E; }
p { color: rgb(97,188,78); }
H1.HeaderClassName
{
color: #61BC4E;
}
.AnyTagClassName
{
color: #61BC4E;
}
</style>
background-color css
<style>
a { background-color: #61BC4E; }
a { background-color: rgb(97,188,78); }
div.DivClassName
{
background-color: #61BC4E;
}
.BgClassName
{
background-color: #61BC4E;
}
</style>
border-color css
<style>
span { border-color: #61BC4E; }
span { border-color: rgb(97,188,78); }
td.TdClassName
{
border-color: #61BC4E;
}
.TagClassName
{
border-color: #61BC4E;
}
</style>