Shades of Apple #61C533
Tints of Apple #61C533
RGB
CMYK
RGB Variations
Color information
#61C533 (or 0x61C533) is known color: Apple. HEX triplet: 61, C5 and 33. RGB value is (97,197,51). Sum of RGB (Red+Green+Blue) = 97+197+51=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #61C533 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C533 is #9E3ACC. Grayscale: #969696. Windows color (decimal): -10369741 or 3392865. OLE color: 3392865.
HSL color Cylindrical-coordinate representation of color #61C533: hue angle of 101.1º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61C533 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 197 | 51 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.23 |
| HSL | 101.1º | 0.59% | 0.49% | - |
| HSV(B) | 101.1º | 0.74% | 0.77% | - |
| XYZ | 25.49 | 42.71 | 10.03 | - |
| YUV | 150.46 | 71.87 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 197 | 51 | 0.51 | 0 | 0.74 | 0.23 | 101.1 | 0.59 | 0.49 |
| Hex | 61 | C5 | 33 | 33 | 0 | 4A | 17 | 65 | 3B | 31 |
| Octal | 141 | 305 | 63 | 63 | 0 | 112 | 27 | 145 | 73 | 61 |
| Binary | 1100001 | 11000101 | 110011 | 110011 | 0 | 1001010 | 10111 | 1100101 | 111011 | 110001 |
Color Harmonies of #61C533
Complementary color
Monochromatic Colors of #61C533
Black with #61C533
Text Example
Text Example
White with #61C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C533; }
p { color: rgb(97,197,51); }
H1.HeaderClassName
{
color: #61C533;
}
.AnyTagClassName
{
color: #61C533;
}
</style>
background-color css
<style>
a { background-color: #61C533; }
a { background-color: rgb(97,197,51); }
div.DivClassName
{
background-color: #61C533;
}
.BgClassName
{
background-color: #61C533;
}
</style>
border-color css
<style>
span { border-color: #61C533; }
span { border-color: rgb(97,197,51); }
td.TdClassName
{
border-color: #61C533;
}
.TagClassName
{
border-color: #61C533;
}
</style>