Shades of Apple #61C645
Tints of Apple #61C645
RGB
CMYK
RGB Variations
Color information
#61C645 (or 0x61C645) is known color: Apple. HEX triplet: 61, C6 and 45. RGB value is (97,198,69). Sum of RGB (Red+Green+Blue) = 97+198+69=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 198 (77.73% from 255 or 54.40% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 198 - color contains mainly: green. Hex color #61C645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C645 is #9E39BA. Grayscale: #999999. Windows color (decimal): -10369467 or 4572769. OLE color: 4572769.
HSL color Cylindrical-coordinate representation of color #61C645: hue angle of 106.98º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61C645 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 198 | 69 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.22 |
| HSL | 106.98º | 0.53% | 0.52% | - |
| HSV(B) | 106.98º | 0.65% | 0.78% | - |
| XYZ | 26.2 | 43.36 | 12.62 | - |
| YUV | 153.1 | 80.54 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 198 | 69 | 0.51 | 0 | 0.65 | 0.22 | 106.98 | 0.53 | 0.52 |
| Hex | 61 | C6 | 45 | 33 | 0 | 41 | 16 | 6B | 35 | 34 |
| Octal | 141 | 306 | 105 | 63 | 0 | 101 | 26 | 153 | 65 | 64 |
| Binary | 1100001 | 11000110 | 1000101 | 110011 | 0 | 1000001 | 10110 | 1101011 | 110101 | 110100 |
Color Harmonies of #61C645
Complementary color
Monochromatic Colors of #61C645
Black with #61C645
Text Example
Text Example
White with #61C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C645; }
p { color: rgb(97,198,69); }
H1.HeaderClassName
{
color: #61C645;
}
.AnyTagClassName
{
color: #61C645;
}
</style>
background-color css
<style>
a { background-color: #61C645; }
a { background-color: rgb(97,198,69); }
div.DivClassName
{
background-color: #61C645;
}
.BgClassName
{
background-color: #61C645;
}
</style>
border-color css
<style>
span { border-color: #61C645; }
span { border-color: rgb(97,198,69); }
td.TdClassName
{
border-color: #61C645;
}
.TagClassName
{
border-color: #61C645;
}
</style>