Shades of Apple #61C145
Tints of Apple #61C145
RGB
CMYK
RGB Variations
Color information
#61C145 (or 0x61C145) is known color: Apple. HEX triplet: 61, C1 and 45. RGB value is (97,193,69). Sum of RGB (Red+Green+Blue) = 97+193+69=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #61C145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C145 is #9E3EBA. Grayscale: #969696. Windows color (decimal): -10370747 or 4571489. OLE color: 4571489.
HSL color Cylindrical-coordinate representation of color #61C145: hue angle of 106.45º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61C145 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 69 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.24 |
| HSL | 106.45º | 0.5% | 0.51% | - |
| HSV(B) | 106.45º | 0.64% | 0.76% | - |
| XYZ | 25.07 | 41.11 | 12.24 | - |
| YUV | 150.16 | 82.2 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 69 | 0.50 | 0 | 0.64 | 0.24 | 106.45 | 0.5 | 0.51 |
| Hex | 61 | C1 | 45 | 32 | 0 | 40 | 18 | 6A | 32 | 33 |
| Octal | 141 | 301 | 105 | 62 | 0 | 100 | 30 | 152 | 62 | 63 |
| Binary | 1100001 | 11000001 | 1000101 | 110010 | 0 | 1000000 | 11000 | 1101010 | 110010 | 110011 |
Color Harmonies of #61C145
Complementary color
Monochromatic Colors of #61C145
Black with #61C145
Text Example
Text Example
White with #61C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C145; }
p { color: rgb(97,193,69); }
H1.HeaderClassName
{
color: #61C145;
}
.AnyTagClassName
{
color: #61C145;
}
</style>
background-color css
<style>
a { background-color: #61C145; }
a { background-color: rgb(97,193,69); }
div.DivClassName
{
background-color: #61C145;
}
.BgClassName
{
background-color: #61C145;
}
</style>
border-color css
<style>
span { border-color: #61C145; }
span { border-color: rgb(97,193,69); }
td.TdClassName
{
border-color: #61C145;
}
.TagClassName
{
border-color: #61C145;
}
</style>