Shades of Apple #61C132
Tints of Apple #61C132
RGB
CMYK
RGB Variations
Color information
#61C132 (or 0x61C132) is known color: Apple. HEX triplet: 61, C1 and 32. RGB value is (97,193,50). Sum of RGB (Red+Green+Blue) = 97+193+50=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #61C132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C132 is #9E3ECD. Grayscale: #949494. Windows color (decimal): -10370766 or 3326305. OLE color: 3326305.
HSL color Cylindrical-coordinate representation of color #61C132: hue angle of 100.28º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61C132 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 193 | 50 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.24 |
| HSL | 100.28º | 0.59% | 0.48% | - |
| HSV(B) | 100.28º | 0.74% | 0.76% | - |
| XYZ | 24.58 | 40.91 | 9.62 | - |
| YUV | 147.99 | 72.7 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 50 | 0.50 | 0 | 0.74 | 0.24 | 100.28 | 0.59 | 0.48 |
| Hex | 61 | C1 | 32 | 32 | 0 | 4A | 18 | 64 | 3B | 30 |
| Octal | 141 | 301 | 62 | 62 | 0 | 112 | 30 | 144 | 73 | 60 |
| Binary | 1100001 | 11000001 | 110010 | 110010 | 0 | 1001010 | 11000 | 1100100 | 111011 | 110000 |
Color Harmonies of #61C132
Complementary color
Monochromatic Colors of #61C132
Black with #61C132
Text Example
Text Example
White with #61C132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C132; }
p { color: rgb(97,193,50); }
H1.HeaderClassName
{
color: #61C132;
}
.AnyTagClassName
{
color: #61C132;
}
</style>
background-color css
<style>
a { background-color: #61C132; }
a { background-color: rgb(97,193,50); }
div.DivClassName
{
background-color: #61C132;
}
.BgClassName
{
background-color: #61C132;
}
</style>
border-color css
<style>
span { border-color: #61C132; }
span { border-color: rgb(97,193,50); }
td.TdClassName
{
border-color: #61C132;
}
.TagClassName
{
border-color: #61C132;
}
</style>