#55BA40

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

Shades of Apple #55BA40

Tints of Apple #55BA40

Color information

#55BA40 (or 0x55BA40) is unknown color: approx Apple. HEX triplet: 55, BA and 40. RGB value is (85,186,64). Sum of RGB (Red+Green+Blue) = 85+186+64=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA40 is #AA45BF. Grayscale: #8E8E8E. Windows color (decimal): -11158976 or 4242005. OLE color: 4242005.

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

Color convert

RGB8518664-
CMYK0.5400.660.27
HSL109.67º48.8%49.02%-
HSV(B)109.67º65.59%72.94%-
XYZ22.2337.4210.9-
YUV141.8984.0487.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.37%
GREEN value IS 186 (73.05% from 255) = 55.52%
BLUE value IS 64 (25.39% from 255) = 19.10%
R=25.37%
G=55.52%
B=19.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85186640.5400.660.27109.6748.849.02
Hex55BA40360421B6e3131
Octal125272100660102331566161
Binary101010110111010100000011011001000010110111101110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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