Shades of Apple #61E13C
Tints of Apple #61E13C
RGB
CMYK
RGB Variations
Color information
#61E13C (or 0x61E13C) is known color: Apple. HEX triplet: 61, E1 and 3C. RGB value is (97,225,60). Sum of RGB (Red+Green+Blue) = 97+225+60=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 225 (88.28% from 255 or 58.90% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 225 - color contains mainly: green. Hex color #61E13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61E13C is #9E1EC3. Grayscale: #A8A8A8. Windows color (decimal): -10362564 or 3989857. OLE color: 3989857.
HSL color Cylindrical-coordinate representation of color #61E13C: hue angle of 106.55º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61E13C is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 225 | 60 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.12 |
| HSL | 106.55º | 0.73% | 0.56% | - |
| HSV(B) | 106.55º | 0.73% | 0.88% | - |
| XYZ | 32.67 | 56.72 | 13.5 | - |
| YUV | 167.92 | 67.09 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 225 | 60 | 0.57 | 0 | 0.73 | 0.12 | 106.55 | 0.73 | 0.56 |
| Hex | 61 | E1 | 3C | 39 | 0 | 49 | C | 6B | 49 | 38 |
| Octal | 141 | 341 | 74 | 71 | 0 | 111 | 14 | 153 | 111 | 70 |
| Binary | 1100001 | 11100001 | 111100 | 111001 | 0 | 1001001 | 1100 | 1101011 | 1001001 | 111000 |
Color Harmonies of #61E13C
Complementary color
Monochromatic Colors of #61E13C
Black with #61E13C
Text Example
Text Example
White with #61E13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E13C; }
p { color: rgb(97,225,60); }
H1.HeaderClassName
{
color: #61E13C;
}
.AnyTagClassName
{
color: #61E13C;
}
</style>
background-color css
<style>
a { background-color: #61E13C; }
a { background-color: rgb(97,225,60); }
div.DivClassName
{
background-color: #61E13C;
}
.BgClassName
{
background-color: #61E13C;
}
</style>
border-color css
<style>
span { border-color: #61E13C; }
span { border-color: rgb(97,225,60); }
td.TdClassName
{
border-color: #61E13C;
}
.TagClassName
{
border-color: #61E13C;
}
</style>