#55B43E

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

Shades of Apple #55B43E

Tints of Apple #55B43E

Color information

#55B43E (or 0x55B43E) is unknown color: approx Apple. HEX triplet: 55, B4 and 3E. RGB value is (85,180,62). Sum of RGB (Red+Green+Blue) = 85+180+62=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #55B43E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B43E is #AA4BC1. Grayscale: #8A8A8A. Windows color (decimal): -11160514 or 4109397. OLE color: 4109397.

HSL color Cylindrical-coordinate representation of color #55B43E: hue angle of 108.31º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55B43E is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB8518062-
CMYK0.5300.660.29
HSL108.31º48.76%47.45%-
HSV(B)108.31º65.56%70.59%-
XYZ20.9434.9210.19-
YUV138.1485.0390.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 180 (70.70% from 255) = 55.05%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=25.99%
G=55.05%
B=18.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85180620.5300.660.29108.3148.7647.45
Hex55B43E350421D6c312f
Octal12526476650102351546157
Binary10101011011010011111011010101000010111011101100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,180,62); }

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

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

 a { background-color: rgb(85,180,62); }

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

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

 span { border-color: rgb(85,180,62); }

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