#55BE4E

Color #55BE4E Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #55BE4E

Tints of Apple #55BE4E

Color information

#55BE4E (or 0x55BE4E) is unknown color: approx Apple. HEX triplet: 55, BE and 4E. RGB value is (85,190,78). Sum of RGB (Red+Green+Blue) = 85+190+78=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #55BE4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BE4E is #AA41B1. Grayscale: #929292. Windows color (decimal): -11157938 or 5160533. OLE color: 5160533.

HSL color Cylindrical-coordinate representation of color #55BE4E: hue angle of 116.25º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55BE4E is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB8519078-
CMYK0.5500.590.25
HSL116.25º46.28%52.55%-
HSV(B)116.25º58.95%74.51%-
XYZ23.5339.3113.55-
YUV145.8489.7184.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 190 (74.61% from 255) = 53.82%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=24.08%
G=53.82%
B=22.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85190780.5500.590.25116.2546.2852.55
Hex55BE4E3703B19742e35
Octal12527611667073311645665
Binary10101011011111010011101101110111011110011110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55BE4E; }

 p { color: rgb(85,190,78); }

 H1.HeaderClassName
 {
   color: #55BE4E;
 }
 .AnyTagClassName
 {
   color: #55BE4E;
 }
</style>
background-color css

<style>
 a { background-color: #55BE4E; }

 a { background-color: rgb(85,190,78); }

 div.DivClassName
 {
   background-color: #55BE4E;
 }
 .BgClassName
 {
   background-color: #55BE4E;
 }
</style>
border-color css

<style>
 span { border-color: #55BE4E; }

 span { border-color: rgb(85,190,78); }

 td.TdClassName
 {
   border-color: #55BE4E;
 }
 .TagClassName
 {
   border-color: #55BE4E;
 }
</style>