Shades of Apple #61E236
Tints of Apple #61E236
RGB
CMYK
RGB Variations
Color information
#61E236 (or 0x61E236) is known color: Apple. HEX triplet: 61, E2 and 36. RGB value is (97,226,54). Sum of RGB (Red+Green+Blue) = 97+226+54=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 226 (88.67% from 255 or 59.95% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 226 - color contains mainly: green. Hex color #61E236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61E236 is #9E1DC9. Grayscale: #A8A8A8. Windows color (decimal): -10362314 or 3596897. OLE color: 3596897.
HSL color Cylindrical-coordinate representation of color #61E236: hue angle of 105º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61E236 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 226 | 54 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.11 |
| HSL | 105º | 0.75% | 0.55% | - |
| HSV(B) | 105º | 0.76% | 0.89% | - |
| XYZ | 32.79 | 57.2 | 12.8 | - |
| YUV | 167.82 | 63.76 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 226 | 54 | 0.57 | 0 | 0.76 | 0.11 | 105 | 0.75 | 0.55 |
| Hex | 61 | E2 | 36 | 39 | 0 | 4C | B | 69 | 4B | 37 |
| Octal | 141 | 342 | 66 | 71 | 0 | 114 | 13 | 151 | 113 | 67 |
| Binary | 1100001 | 11100010 | 110110 | 111001 | 0 | 1001100 | 1011 | 1101001 | 1001011 | 110111 |
Color Harmonies of #61E236
Complementary color
Monochromatic Colors of #61E236
Black with #61E236
Text Example
Text Example
White with #61E236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E236; }
p { color: rgb(97,226,54); }
H1.HeaderClassName
{
color: #61E236;
}
.AnyTagClassName
{
color: #61E236;
}
</style>
background-color css
<style>
a { background-color: #61E236; }
a { background-color: rgb(97,226,54); }
div.DivClassName
{
background-color: #61E236;
}
.BgClassName
{
background-color: #61E236;
}
</style>
border-color css
<style>
span { border-color: #61E236; }
span { border-color: rgb(97,226,54); }
td.TdClassName
{
border-color: #61E236;
}
.TagClassName
{
border-color: #61E236;
}
</style>