Shades of Apple #61E534
Tints of Apple #61E534
RGB
CMYK
RGB Variations
Color information
#61E534 (or 0x61E534) is known color: Apple. HEX triplet: 61, E5 and 34. RGB value is (97,229,52). Sum of RGB (Red+Green+Blue) = 97+229+52=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 229 (89.84% from 255 or 60.58% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 229 - color contains mainly: green. Hex color #61E534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61E534 is #9E1ACB. Grayscale: #A9A9A9. Windows color (decimal): -10361548 or 3466593. OLE color: 3466593.
HSL color Cylindrical-coordinate representation of color #61E534: hue angle of 104.75º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61E534 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 229 | 52 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.10 |
| HSL | 104.75º | 0.77% | 0.55% | - |
| HSV(B) | 104.75º | 0.77% | 0.9% | - |
| XYZ | 33.57 | 58.83 | 12.83 | - |
| YUV | 169.35 | 61.77 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 229 | 52 | 0.58 | 0 | 0.77 | 0.10 | 104.75 | 0.77 | 0.55 |
| Hex | 61 | E5 | 34 | 3A | 0 | 4D | A | 69 | 4D | 37 |
| Octal | 141 | 345 | 64 | 72 | 0 | 115 | 12 | 151 | 115 | 67 |
| Binary | 1100001 | 11100101 | 110100 | 111010 | 0 | 1001101 | 1010 | 1101001 | 1001101 | 110111 |
Color Harmonies of #61E534
Complementary color
Monochromatic Colors of #61E534
Black with #61E534
Text Example
Text Example
White with #61E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E534; }
p { color: rgb(97,229,52); }
H1.HeaderClassName
{
color: #61E534;
}
.AnyTagClassName
{
color: #61E534;
}
</style>
background-color css
<style>
a { background-color: #61E534; }
a { background-color: rgb(97,229,52); }
div.DivClassName
{
background-color: #61E534;
}
.BgClassName
{
background-color: #61E534;
}
</style>
border-color css
<style>
span { border-color: #61E534; }
span { border-color: rgb(97,229,52); }
td.TdClassName
{
border-color: #61E534;
}
.TagClassName
{
border-color: #61E534;
}
</style>