#55BE43

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

Shades of Apple #55BE43

Tints of Apple #55BE43

Color information

#55BE43 (or 0x55BE43) is unknown color: approx Apple. HEX triplet: 55, BE and 43. RGB value is (85,190,67). Sum of RGB (Red+Green+Blue) = 85+190+67=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #55BE43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BE43 is #AA41BC. Grayscale: #909090. Windows color (decimal): -11157949 or 4439637. OLE color: 4439637.

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

Color convert

RGB8519067-
CMYK0.5500.650.25
HSL111.22º48.62%50.39%-
HSV(B)111.22º64.74%74.51%-
XYZ23.1739.1611.65-
YUV144.5884.2185.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 190 (74.61% from 255) = 55.56%
BLUE value IS 67 (26.56% from 255) = 19.59%
R=24.85%
G=55.56%
B=19.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85190670.5500.650.25111.2248.6250.39
Hex55BE4337041196f3132
Octal125276103670101311576162
Binary101010110111110100001111011101000001110011101111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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