Shades of Apple #61CA57
Tints of Apple #61CA57
RGB
CMYK
RGB Variations
Color information
#61CA57 (or 0x61CA57) is known color: Apple. HEX triplet: 61, CA and 57. RGB value is (97,202,87). Sum of RGB (Red+Green+Blue) = 97+202+87=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA57 is #9E35A8. Grayscale: #9D9D9D. Windows color (decimal): -10368425 or 5753441. OLE color: 5753441.
HSL color Cylindrical-coordinate representation of color #61CA57: hue angle of 114.78º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61CA57 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 87 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.21 |
| HSL | 114.78º | 0.52% | 0.57% | - |
| HSV(B) | 114.78º | 0.57% | 0.79% | - |
| XYZ | 27.77 | 45.47 | 16.33 | - |
| YUV | 157.5 | 88.21 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 87 | 0.52 | 0 | 0.57 | 0.21 | 114.78 | 0.52 | 0.57 |
| Hex | 61 | CA | 57 | 34 | 0 | 39 | 15 | 73 | 34 | 39 |
| Octal | 141 | 312 | 127 | 64 | 0 | 71 | 25 | 163 | 64 | 71 |
| Binary | 1100001 | 11001010 | 1010111 | 110100 | 0 | 111001 | 10101 | 1110011 | 110100 | 111001 |
Color Harmonies of #61CA57
Complementary color
Monochromatic Colors of #61CA57
Black with #61CA57
Text Example
Text Example
White with #61CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CA57; }
p { color: rgb(97,202,87); }
H1.HeaderClassName
{
color: #61CA57;
}
.AnyTagClassName
{
color: #61CA57;
}
</style>
background-color css
<style>
a { background-color: #61CA57; }
a { background-color: rgb(97,202,87); }
div.DivClassName
{
background-color: #61CA57;
}
.BgClassName
{
background-color: #61CA57;
}
</style>
border-color css
<style>
span { border-color: #61CA57; }
span { border-color: rgb(97,202,87); }
td.TdClassName
{
border-color: #61CA57;
}
.TagClassName
{
border-color: #61CA57;
}
</style>