Shades of Apple #61E934
Tints of Apple #61E934
RGB
CMYK
RGB Variations
Color information
#61E934 (or 0x61E934) is known color: Apple. HEX triplet: 61, E9 and 34. RGB value is (97,233,52). Sum of RGB (Red+Green+Blue) = 97+233+52=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 233 (91.41% from 255 or 60.99% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 233 - color contains mainly: green. Hex color #61E934 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61E934 is #9E16CB. Grayscale: #ACACAC. Windows color (decimal): -10360524 or 3467617. OLE color: 3467617.
HSL color Cylindrical-coordinate representation of color #61E934: hue angle of 105.08º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61E934 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 233 | 52 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.09 |
| HSL | 105.08º | 0.8% | 0.56% | - |
| HSV(B) | 105.08º | 0.78% | 0.91% | - |
| XYZ | 34.69 | 61.07 | 13.21 | - |
| YUV | 171.7 | 60.44 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 233 | 52 | 0.58 | 0 | 0.78 | 0.09 | 105.08 | 0.8 | 0.56 |
| Hex | 61 | E9 | 34 | 3A | 0 | 4E | 9 | 69 | 50 | 38 |
| Octal | 141 | 351 | 64 | 72 | 0 | 116 | 11 | 151 | 120 | 70 |
| Binary | 1100001 | 11101001 | 110100 | 111010 | 0 | 1001110 | 1001 | 1101001 | 1010000 | 111000 |
Color Harmonies of #61E934
Complementary color
Monochromatic Colors of #61E934
Black with #61E934
Text Example
Text Example
White with #61E934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E934; }
p { color: rgb(97,233,52); }
H1.HeaderClassName
{
color: #61E934;
}
.AnyTagClassName
{
color: #61E934;
}
</style>
background-color css
<style>
a { background-color: #61E934; }
a { background-color: rgb(97,233,52); }
div.DivClassName
{
background-color: #61E934;
}
.BgClassName
{
background-color: #61E934;
}
</style>
border-color css
<style>
span { border-color: #61E934; }
span { border-color: rgb(97,233,52); }
td.TdClassName
{
border-color: #61E934;
}
.TagClassName
{
border-color: #61E934;
}
</style>