#55B43C

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

Shades of Apple #55B43C

Tints of Apple #55B43C

Color information

#55B43C (or 0x55B43C) is unknown color: approx Apple. HEX triplet: 55, B4 and 3C. RGB value is (85,180,60). Sum of RGB (Red+Green+Blue) = 85+180+60=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #55B43C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B43C is #AA4BC3. Grayscale: #8A8A8A. Windows color (decimal): -11160516 or 3978325. OLE color: 3978325.

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

Color convert

RGB8518060-
CMYK0.5300.670.29
HSL107.5º50%47.06%-
HSV(B)107.5º66.67%70.59%-
XYZ20.8834.99.91-
YUV137.9284.0390.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 180 (70.70% from 255) = 55.38%
BLUE value IS 60 (23.83% from 255) = 18.46%
R=26.15%
G=55.38%
B=18.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85180600.5300.670.29107.55047.06
Hex55B43C350431D6c322f
Octal12526474650103351546257
Binary10101011011010011110011010101000011111011101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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