Shades of Apple #61C63C
Tints of Apple #61C63C
RGB
CMYK
RGB Variations
Color information
#61C63C (or 0x61C63C) is known color: Apple. HEX triplet: 61, C6 and 3C. RGB value is (97,198,60). Sum of RGB (Red+Green+Blue) = 97+198+60=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #61C63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C63C is #9E39C3. Grayscale: #989898. Windows color (decimal): -10369476 or 3982945. OLE color: 3982945.
HSL color Cylindrical-coordinate representation of color #61C63C: hue angle of 103.91º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61C63C is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 198 | 60 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.22 |
| HSL | 103.91º | 0.55% | 0.51% | - |
| HSV(B) | 103.91º | 0.7% | 0.78% | - |
| XYZ | 25.94 | 43.26 | 11.26 | - |
| YUV | 152.07 | 76.04 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 198 | 60 | 0.51 | 0 | 0.70 | 0.22 | 103.91 | 0.55 | 0.51 |
| Hex | 61 | C6 | 3C | 33 | 0 | 46 | 16 | 68 | 37 | 33 |
| Octal | 141 | 306 | 74 | 63 | 0 | 106 | 26 | 150 | 67 | 63 |
| Binary | 1100001 | 11000110 | 111100 | 110011 | 0 | 1000110 | 10110 | 1101000 | 110111 | 110011 |
Color Harmonies of #61C63C
Complementary color
Monochromatic Colors of #61C63C
Black with #61C63C
Text Example
Text Example
White with #61C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C63C; }
p { color: rgb(97,198,60); }
H1.HeaderClassName
{
color: #61C63C;
}
.AnyTagClassName
{
color: #61C63C;
}
</style>
background-color css
<style>
a { background-color: #61C63C; }
a { background-color: rgb(97,198,60); }
div.DivClassName
{
background-color: #61C63C;
}
.BgClassName
{
background-color: #61C63C;
}
</style>
border-color css
<style>
span { border-color: #61C63C; }
span { border-color: rgb(97,198,60); }
td.TdClassName
{
border-color: #61C63C;
}
.TagClassName
{
border-color: #61C63C;
}
</style>