Shades of Apple #61C632
Tints of Apple #61C632
RGB
CMYK
RGB Variations
Color information
#61C632 (or 0x61C632) is known color: Apple. HEX triplet: 61, C6 and 32. RGB value is (97,198,50). Sum of RGB (Red+Green+Blue) = 97+198+50=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #61C632 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C632 is #9E39CD. Grayscale: #979797. Windows color (decimal): -10369486 or 3327585. OLE color: 3327585.
HSL color Cylindrical-coordinate representation of color #61C632: hue angle of 100.95º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61C632 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 198 | 50 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.22 |
| HSL | 100.95º | 0.6% | 0.49% | - |
| HSV(B) | 100.95º | 0.75% | 0.78% | - |
| XYZ | 25.7 | 43.16 | 9.99 | - |
| YUV | 150.93 | 71.04 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 198 | 50 | 0.51 | 0 | 0.75 | 0.22 | 100.95 | 0.6 | 0.49 |
| Hex | 61 | C6 | 32 | 33 | 0 | 4B | 16 | 65 | 3C | 31 |
| Octal | 141 | 306 | 62 | 63 | 0 | 113 | 26 | 145 | 74 | 61 |
| Binary | 1100001 | 11000110 | 110010 | 110011 | 0 | 1001011 | 10110 | 1100101 | 111100 | 110001 |
Color Harmonies of #61C632
Complementary color
Monochromatic Colors of #61C632
Black with #61C632
Text Example
Text Example
White with #61C632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C632; }
p { color: rgb(97,198,50); }
H1.HeaderClassName
{
color: #61C632;
}
.AnyTagClassName
{
color: #61C632;
}
</style>
background-color css
<style>
a { background-color: #61C632; }
a { background-color: rgb(97,198,50); }
div.DivClassName
{
background-color: #61C632;
}
.BgClassName
{
background-color: #61C632;
}
</style>
border-color css
<style>
span { border-color: #61C632; }
span { border-color: rgb(97,198,50); }
td.TdClassName
{
border-color: #61C632;
}
.TagClassName
{
border-color: #61C632;
}
</style>