Shades of Apple #61B535
Tints of Apple #61B535
RGB
CMYK
RGB Variations
Color information
#61B535 (or 0x61B535) is known color: Apple. HEX triplet: 61, B5 and 35. RGB value is (97,181,53). Sum of RGB (Red+Green+Blue) = 97+181+53=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #61B535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61B535 is #9E4ACA. Grayscale: #8D8D8D. Windows color (decimal): -10373835 or 3519841. OLE color: 3519841.
HSL color Cylindrical-coordinate representation of color #61B535: hue angle of 99.38º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61B535 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 181 | 53 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.29 |
| HSL | 99.38º | 0.55% | 0.46% | - |
| HSV(B) | 99.38º | 0.71% | 0.71% | - |
| XYZ | 22.1 | 35.85 | 9.12 | - |
| YUV | 141.29 | 78.17 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 181 | 53 | 0.46 | 0 | 0.71 | 0.29 | 99.38 | 0.55 | 0.46 |
| Hex | 61 | B5 | 35 | 2E | 0 | 47 | 1D | 63 | 37 | 2E |
| Octal | 141 | 265 | 65 | 56 | 0 | 107 | 35 | 143 | 67 | 56 |
| Binary | 1100001 | 10110101 | 110101 | 101110 | 0 | 1000111 | 11101 | 1100011 | 110111 | 101110 |
Color Harmonies of #61B535
Complementary color
Monochromatic Colors of #61B535
Black with #61B535
Text Example
Text Example
White with #61B535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B535; }
p { color: rgb(97,181,53); }
H1.HeaderClassName
{
color: #61B535;
}
.AnyTagClassName
{
color: #61B535;
}
</style>
background-color css
<style>
a { background-color: #61B535; }
a { background-color: rgb(97,181,53); }
div.DivClassName
{
background-color: #61B535;
}
.BgClassName
{
background-color: #61B535;
}
</style>
border-color css
<style>
span { border-color: #61B535; }
span { border-color: rgb(97,181,53); }
td.TdClassName
{
border-color: #61B535;
}
.TagClassName
{
border-color: #61B535;
}
</style>