Shades of Apple #61CC4A
Tints of Apple #61CC4A
RGB
CMYK
RGB Variations
Color information
#61CC4A (or 0x61CC4A) is known color: Apple. HEX triplet: 61, CC and 4A. RGB value is (97,204,74). Sum of RGB (Red+Green+Blue) = 97+204+74=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CC4A is #9E33B5. Grayscale: #9D9D9D. Windows color (decimal): -10367926 or 4901985. OLE color: 4901985.
HSL color Cylindrical-coordinate representation of color #61CC4A: hue angle of 109.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61CC4A is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 204 | 74 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.2 |
| HSL | 109.38º | 0.56% | 0.55% | - |
| HSV(B) | 109.38º | 0.64% | 0.8% | - |
| XYZ | 27.76 | 46.22 | 13.94 | - |
| YUV | 157.19 | 81.05 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 204 | 74 | 0.52 | 0 | 0.64 | 0.2 | 109.38 | 0.56 | 0.55 |
| Hex | 61 | CC | 4A | 34 | 0 | 40 | 14 | 6D | 38 | 37 |
| Octal | 141 | 314 | 112 | 64 | 0 | 100 | 24 | 155 | 70 | 67 |
| Binary | 1100001 | 11001100 | 1001010 | 110100 | 0 | 1000000 | 10100 | 1101101 | 111000 | 110111 |
Color Harmonies of #61CC4A
Complementary color
Monochromatic Colors of #61CC4A
Black with #61CC4A
Text Example
Text Example
White with #61CC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CC4A; }
p { color: rgb(97,204,74); }
H1.HeaderClassName
{
color: #61CC4A;
}
.AnyTagClassName
{
color: #61CC4A;
}
</style>
background-color css
<style>
a { background-color: #61CC4A; }
a { background-color: rgb(97,204,74); }
div.DivClassName
{
background-color: #61CC4A;
}
.BgClassName
{
background-color: #61CC4A;
}
</style>
border-color css
<style>
span { border-color: #61CC4A; }
span { border-color: rgb(97,204,74); }
td.TdClassName
{
border-color: #61CC4A;
}
.TagClassName
{
border-color: #61CC4A;
}
</style>