Shades of Apple #61B54F
Tints of Apple #61B54F
RGB
CMYK
RGB Variations
Color information
#61B54F (or 0x61B54F) is known color: Apple. HEX triplet: 61, B5 and 4F. RGB value is (97,181,79). Sum of RGB (Red+Green+Blue) = 97+181+79=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #61B54F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B54F is #9E4AB0. Grayscale: #909090. Windows color (decimal): -10373809 or 5223777. OLE color: 5223777.
HSL color Cylindrical-coordinate representation of color #61B54F: hue angle of 109.41º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61B54F is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 181 | 79 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.29 |
| HSL | 109.41º | 0.41% | 0.51% | - |
| HSV(B) | 109.41º | 0.56% | 0.71% | - |
| XYZ | 22.86 | 36.15 | 13.17 | - |
| YUV | 144.26 | 91.17 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 181 | 79 | 0.46 | 0 | 0.56 | 0.29 | 109.41 | 0.41 | 0.51 |
| Hex | 61 | B5 | 4F | 2E | 0 | 38 | 1D | 6D | 29 | 33 |
| Octal | 141 | 265 | 117 | 56 | 0 | 70 | 35 | 155 | 51 | 63 |
| Binary | 1100001 | 10110101 | 1001111 | 101110 | 0 | 111000 | 11101 | 1101101 | 101001 | 110011 |
Color Harmonies of #61B54F
Complementary color
Monochromatic Colors of #61B54F
Black with #61B54F
Text Example
Text Example
White with #61B54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B54F; }
p { color: rgb(97,181,79); }
H1.HeaderClassName
{
color: #61B54F;
}
.AnyTagClassName
{
color: #61B54F;
}
</style>
background-color css
<style>
a { background-color: #61B54F; }
a { background-color: rgb(97,181,79); }
div.DivClassName
{
background-color: #61B54F;
}
.BgClassName
{
background-color: #61B54F;
}
</style>
border-color css
<style>
span { border-color: #61B54F; }
span { border-color: rgb(97,181,79); }
td.TdClassName
{
border-color: #61B54F;
}
.TagClassName
{
border-color: #61B54F;
}
</style>