Shades of Apple #61CA4D
Tints of Apple #61CA4D
RGB
CMYK
RGB Variations
Color information
#61CA4D (or 0x61CA4D) is known color: Apple. HEX triplet: 61, CA and 4D. RGB value is (97,202,77). Sum of RGB (Red+Green+Blue) = 97+202+77=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA4D is #9E35B2. Grayscale: #9C9C9C. Windows color (decimal): -10368435 or 5098081. OLE color: 5098081.
HSL color Cylindrical-coordinate representation of color #61CA4D: hue angle of 110.4º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61CA4D is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 77 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.21 |
| HSL | 110.4º | 0.54% | 0.55% | - |
| HSV(B) | 110.4º | 0.62% | 0.79% | - |
| XYZ | 27.39 | 45.32 | 14.32 | - |
| YUV | 156.36 | 83.21 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 77 | 0.52 | 0 | 0.62 | 0.21 | 110.4 | 0.54 | 0.55 |
| Hex | 61 | CA | 4D | 34 | 0 | 3E | 15 | 6E | 36 | 37 |
| Octal | 141 | 312 | 115 | 64 | 0 | 76 | 25 | 156 | 66 | 67 |
| Binary | 1100001 | 11001010 | 1001101 | 110100 | 0 | 111110 | 10101 | 1101110 | 110110 | 110111 |
Color Harmonies of #61CA4D
Complementary color
Monochromatic Colors of #61CA4D
Black with #61CA4D
Text Example
Text Example
White with #61CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CA4D; }
p { color: rgb(97,202,77); }
H1.HeaderClassName
{
color: #61CA4D;
}
.AnyTagClassName
{
color: #61CA4D;
}
</style>
background-color css
<style>
a { background-color: #61CA4D; }
a { background-color: rgb(97,202,77); }
div.DivClassName
{
background-color: #61CA4D;
}
.BgClassName
{
background-color: #61CA4D;
}
</style>
border-color css
<style>
span { border-color: #61CA4D; }
span { border-color: rgb(97,202,77); }
td.TdClassName
{
border-color: #61CA4D;
}
.TagClassName
{
border-color: #61CA4D;
}
</style>