#55BA3F

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

Shades of Apple #55BA3F

Tints of Apple #55BA3F

Color information

#55BA3F (or 0x55BA3F) is unknown color: approx Apple. HEX triplet: 55, BA and 3F. RGB value is (85,186,63). Sum of RGB (Red+Green+Blue) = 85+186+63=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA3F is #AA45C0. Grayscale: #8E8E8E. Windows color (decimal): -11158977 or 4176469. OLE color: 4176469.

HSL color Cylindrical-coordinate representation of color #55BA3F: hue angle of 109.27º 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 #55BA3F is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB8518663-
CMYK0.5400.660.27
HSL109.27º49.4%48.82%-
HSV(B)109.27º66.13%72.94%-
XYZ22.237.4110.75-
YUV141.7883.5487.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 186 (73.05% from 255) = 55.69%
BLUE value IS 63 (25% from 255) = 18.86%
R=25.45%
G=55.69%
B=18.86%

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
Decimal85186630.5400.660.27109.2749.448.82
Hex55BA3F360421B6d3131
Octal12527277660102331556161
Binary10101011011101011111111011001000010110111101101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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