Shades of Apple #61B538
Tints of Apple #61B538
RGB
CMYK
RGB Variations
Color information
#61B538 (or 0x61B538) is known color: Apple. HEX triplet: 61, B5 and 38. RGB value is (97,181,56). Sum of RGB (Red+Green+Blue) = 97+181+56=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #61B538 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61B538 is #9E4AC7. Grayscale: #8E8E8E. Windows color (decimal): -10373832 or 3716449. OLE color: 3716449.
HSL color Cylindrical-coordinate representation of color #61B538: hue angle of 100.32º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61B538 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 181 | 56 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.29 |
| HSL | 100.32º | 0.53% | 0.46% | - |
| HSV(B) | 100.32º | 0.69% | 0.71% | - |
| XYZ | 22.17 | 35.87 | 9.5 | - |
| YUV | 141.63 | 79.67 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 181 | 56 | 0.46 | 0 | 0.69 | 0.29 | 100.32 | 0.53 | 0.46 |
| Hex | 61 | B5 | 38 | 2E | 0 | 45 | 1D | 64 | 35 | 2E |
| Octal | 141 | 265 | 70 | 56 | 0 | 105 | 35 | 144 | 65 | 56 |
| Binary | 1100001 | 10110101 | 111000 | 101110 | 0 | 1000101 | 11101 | 1100100 | 110101 | 101110 |
Color Harmonies of #61B538
Complementary color
Monochromatic Colors of #61B538
Black with #61B538
Text Example
Text Example
White with #61B538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B538; }
p { color: rgb(97,181,56); }
H1.HeaderClassName
{
color: #61B538;
}
.AnyTagClassName
{
color: #61B538;
}
</style>
background-color css
<style>
a { background-color: #61B538; }
a { background-color: rgb(97,181,56); }
div.DivClassName
{
background-color: #61B538;
}
.BgClassName
{
background-color: #61B538;
}
</style>
border-color css
<style>
span { border-color: #61B538; }
span { border-color: rgb(97,181,56); }
td.TdClassName
{
border-color: #61B538;
}
.TagClassName
{
border-color: #61B538;
}
</style>