#55BA43

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

Shades of Apple #55BA43

Tints of Apple #55BA43

Color information

#55BA43 (or 0x55BA43) is unknown color: approx Apple. HEX triplet: 55, BA and 43. RGB value is (85,186,67). Sum of RGB (Red+Green+Blue) = 85+186+67=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA43 is #AA45BC. Grayscale: #8E8E8E. Windows color (decimal): -11158973 or 4438613. OLE color: 4438613.

HSL color Cylindrical-coordinate representation of color #55BA43: hue angle of 110.92º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55BA43 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB8518667-
CMYK0.5400.640.27
HSL110.92º47.04%49.61%-
HSV(B)110.92º63.98%72.94%-
XYZ22.3237.4511.36-
YUV142.2385.5487.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 186 (73.05% from 255) = 55.03%
BLUE value IS 67 (26.56% from 255) = 19.82%
R=25.15%
G=55.03%
B=19.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85186670.5400.640.27110.9247.0449.61
Hex55BA43360401B6f2f32
Octal125272103660100331575762
Binary101010110111010100001111011001000000110111101111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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