Shades of Apple #61C04A
Tints of Apple #61C04A
RGB
CMYK
RGB Variations
Color information
#61C04A (or 0x61C04A) is known color: Apple. HEX triplet: 61, C0 and 4A. RGB value is (97,192,74). Sum of RGB (Red+Green+Blue) = 97+192+74=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #61C04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C04A is #9E3FB5. Grayscale: #969696. Windows color (decimal): -10370998 or 4898913. OLE color: 4898913.
HSL color Cylindrical-coordinate representation of color #61C04A: hue angle of 108.31º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61C04A is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 192 | 74 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.25 |
| HSL | 108.31º | 0.48% | 0.52% | - |
| HSV(B) | 108.31º | 0.61% | 0.75% | - |
| XYZ | 25.02 | 40.74 | 13.02 | - |
| YUV | 150.14 | 85.03 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 74 | 0.49 | 0 | 0.61 | 0.25 | 108.31 | 0.48 | 0.52 |
| Hex | 61 | C0 | 4A | 31 | 0 | 3D | 19 | 6C | 30 | 34 |
| Octal | 141 | 300 | 112 | 61 | 0 | 75 | 31 | 154 | 60 | 64 |
| Binary | 1100001 | 11000000 | 1001010 | 110001 | 0 | 111101 | 11001 | 1101100 | 110000 | 110100 |
Color Harmonies of #61C04A
Complementary color
Monochromatic Colors of #61C04A
Black with #61C04A
Text Example
Text Example
White with #61C04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C04A; }
p { color: rgb(97,192,74); }
H1.HeaderClassName
{
color: #61C04A;
}
.AnyTagClassName
{
color: #61C04A;
}
</style>
background-color css
<style>
a { background-color: #61C04A; }
a { background-color: rgb(97,192,74); }
div.DivClassName
{
background-color: #61C04A;
}
.BgClassName
{
background-color: #61C04A;
}
</style>
border-color css
<style>
span { border-color: #61C04A; }
span { border-color: rgb(97,192,74); }
td.TdClassName
{
border-color: #61C04A;
}
.TagClassName
{
border-color: #61C04A;
}
</style>