#55BF47

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

Shades of Apple #55BF47

Tints of Apple #55BF47

Color information

#55BF47 (or 0x55BF47) is unknown color: approx Apple. HEX triplet: 55, BF and 47. RGB value is (85,191,71). Sum of RGB (Red+Green+Blue) = 85+191+71=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BF47 is #AA40B8. Grayscale: #929292. Windows color (decimal): -11157689 or 4702037. OLE color: 4702037.

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

Color convert

RGB8519171-
CMYK0.5500.630.25
HSL113º48.39%51.37%-
HSV(B)113º62.83%74.9%-
XYZ23.5139.6512.37-
YUV145.6385.8884.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 191 (75% from 255) = 55.04%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=24.50%
G=55.04%
B=20.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85191710.5500.630.2511348.3951.37
Hex55BF473703F19713033
Octal12527710767077311616063
Binary10101011011111110001111101110111111110011110001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,191,71); }

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

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

 a { background-color: rgb(85,191,71); }

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

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

 span { border-color: rgb(85,191,71); }

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