Shades of Apple #61C136
Tints of Apple #61C136
RGB
CMYK
RGB Variations
Color information
#61C136 (or 0x61C136) is known color: Apple. HEX triplet: 61, C1 and 36. RGB value is (97,193,54). Sum of RGB (Red+Green+Blue) = 97+193+54=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #61C136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C136 is #9E3EC9. Grayscale: #949494. Windows color (decimal): -10370762 or 3588449. OLE color: 3588449.
HSL color Cylindrical-coordinate representation of color #61C136: hue angle of 101.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61C136 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 54 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.24 |
| HSL | 101.44º | 0.56% | 0.48% | - |
| HSV(B) | 101.44º | 0.72% | 0.76% | - |
| XYZ | 24.67 | 40.95 | 10.09 | - |
| YUV | 148.45 | 74.7 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 54 | 0.50 | 0 | 0.72 | 0.24 | 101.44 | 0.56 | 0.48 |
| Hex | 61 | C1 | 36 | 32 | 0 | 48 | 18 | 65 | 38 | 30 |
| Octal | 141 | 301 | 66 | 62 | 0 | 110 | 30 | 145 | 70 | 60 |
| Binary | 1100001 | 11000001 | 110110 | 110010 | 0 | 1001000 | 11000 | 1100101 | 111000 | 110000 |
Color Harmonies of #61C136
Complementary color
Monochromatic Colors of #61C136
Black with #61C136
Text Example
Text Example
White with #61C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C136; }
p { color: rgb(97,193,54); }
H1.HeaderClassName
{
color: #61C136;
}
.AnyTagClassName
{
color: #61C136;
}
</style>
background-color css
<style>
a { background-color: #61C136; }
a { background-color: rgb(97,193,54); }
div.DivClassName
{
background-color: #61C136;
}
.BgClassName
{
background-color: #61C136;
}
</style>
border-color css
<style>
span { border-color: #61C136; }
span { border-color: rgb(97,193,54); }
td.TdClassName
{
border-color: #61C136;
}
.TagClassName
{
border-color: #61C136;
}
</style>