Shades of Apple #61C432
Tints of Apple #61C432
RGB
CMYK
RGB Variations
Color information
#61C432 (or 0x61C432) is known color: Apple. HEX triplet: 61, C4 and 32. RGB value is (97,196,50). Sum of RGB (Red+Green+Blue) = 97+196+50=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #61C432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C432 is #9E3BCD. Grayscale: #969696. Windows color (decimal): -10369998 or 3327073. OLE color: 3327073.
HSL color Cylindrical-coordinate representation of color #61C432: hue angle of 100.68º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61C432 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 196 | 50 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.23 |
| HSL | 100.68º | 0.59% | 0.48% | - |
| HSV(B) | 100.68º | 0.74% | 0.77% | - |
| XYZ | 25.25 | 42.25 | 9.84 | - |
| YUV | 149.76 | 71.7 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 196 | 50 | 0.51 | 0 | 0.74 | 0.23 | 100.68 | 0.59 | 0.48 |
| Hex | 61 | C4 | 32 | 33 | 0 | 4A | 17 | 65 | 3B | 30 |
| Octal | 141 | 304 | 62 | 63 | 0 | 112 | 27 | 145 | 73 | 60 |
| Binary | 1100001 | 11000100 | 110010 | 110011 | 0 | 1001010 | 10111 | 1100101 | 111011 | 110000 |
Color Harmonies of #61C432
Complementary color
Monochromatic Colors of #61C432
Black with #61C432
Text Example
Text Example
White with #61C432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C432; }
p { color: rgb(97,196,50); }
H1.HeaderClassName
{
color: #61C432;
}
.AnyTagClassName
{
color: #61C432;
}
</style>
background-color css
<style>
a { background-color: #61C432; }
a { background-color: rgb(97,196,50); }
div.DivClassName
{
background-color: #61C432;
}
.BgClassName
{
background-color: #61C432;
}
</style>
border-color css
<style>
span { border-color: #61C432; }
span { border-color: rgb(97,196,50); }
td.TdClassName
{
border-color: #61C432;
}
.TagClassName
{
border-color: #61C432;
}
</style>