Shades of Apple #61CC4D
Tints of Apple #61CC4D
RGB
CMYK
RGB Variations
Color information
#61CC4D (or 0x61CC4D) is known color: Apple. HEX triplet: 61, CC and 4D. RGB value is (97,204,77). Sum of RGB (Red+Green+Blue) = 97+204+77=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CC4D is #9E33B2. Grayscale: #9D9D9D. Windows color (decimal): -10367923 or 5098593. OLE color: 5098593.
HSL color Cylindrical-coordinate representation of color #61CC4D: hue angle of 110.55º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61CC4D is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 204 | 77 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.2 |
| HSL | 110.55º | 0.55% | 0.55% | - |
| HSV(B) | 110.55º | 0.62% | 0.8% | - |
| XYZ | 27.86 | 46.26 | 14.48 | - |
| YUV | 157.53 | 82.55 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 204 | 77 | 0.52 | 0 | 0.62 | 0.2 | 110.55 | 0.55 | 0.55 |
| Hex | 61 | CC | 4D | 34 | 0 | 3E | 14 | 6F | 37 | 37 |
| Octal | 141 | 314 | 115 | 64 | 0 | 76 | 24 | 157 | 67 | 67 |
| Binary | 1100001 | 11001100 | 1001101 | 110100 | 0 | 111110 | 10100 | 1101111 | 110111 | 110111 |
Color Harmonies of #61CC4D
Complementary color
Monochromatic Colors of #61CC4D
Black with #61CC4D
Text Example
Text Example
White with #61CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CC4D; }
p { color: rgb(97,204,77); }
H1.HeaderClassName
{
color: #61CC4D;
}
.AnyTagClassName
{
color: #61CC4D;
}
</style>
background-color css
<style>
a { background-color: #61CC4D; }
a { background-color: rgb(97,204,77); }
div.DivClassName
{
background-color: #61CC4D;
}
.BgClassName
{
background-color: #61CC4D;
}
</style>
border-color css
<style>
span { border-color: #61CC4D; }
span { border-color: rgb(97,204,77); }
td.TdClassName
{
border-color: #61CC4D;
}
.TagClassName
{
border-color: #61CC4D;
}
</style>