Shades of Apple #61C644
Tints of Apple #61C644
RGB
CMYK
RGB Variations
Color information
#61C644 (or 0x61C644) is known color: Apple. HEX triplet: 61, C6 and 44. RGB value is (97,198,68). Sum of RGB (Red+Green+Blue) = 97+198+68=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #61C644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C644 is #9E39BB. Grayscale: #999999. Windows color (decimal): -10369468 or 4507233. OLE color: 4507233.
HSL color Cylindrical-coordinate representation of color #61C644: hue angle of 106.62º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61C644 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 198 | 68 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.22 |
| HSL | 106.62º | 0.53% | 0.52% | - |
| HSV(B) | 106.62º | 0.66% | 0.78% | - |
| XYZ | 26.17 | 43.35 | 12.46 | - |
| YUV | 152.98 | 80.04 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 198 | 68 | 0.51 | 0 | 0.66 | 0.22 | 106.62 | 0.53 | 0.52 |
| Hex | 61 | C6 | 44 | 33 | 0 | 42 | 16 | 6B | 35 | 34 |
| Octal | 141 | 306 | 104 | 63 | 0 | 102 | 26 | 153 | 65 | 64 |
| Binary | 1100001 | 11000110 | 1000100 | 110011 | 0 | 1000010 | 10110 | 1101011 | 110101 | 110100 |
Color Harmonies of #61C644
Complementary color
Monochromatic Colors of #61C644
Black with #61C644
Text Example
Text Example
White with #61C644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C644; }
p { color: rgb(97,198,68); }
H1.HeaderClassName
{
color: #61C644;
}
.AnyTagClassName
{
color: #61C644;
}
</style>
background-color css
<style>
a { background-color: #61C644; }
a { background-color: rgb(97,198,68); }
div.DivClassName
{
background-color: #61C644;
}
.BgClassName
{
background-color: #61C644;
}
</style>
border-color css
<style>
span { border-color: #61C644; }
span { border-color: rgb(97,198,68); }
td.TdClassName
{
border-color: #61C644;
}
.TagClassName
{
border-color: #61C644;
}
</style>