#55AE42

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

Shades of Apple #55AE42

Tints of Apple #55AE42

Color information

#55AE42 (or 0x55AE42) is unknown color: approx Apple. HEX triplet: 55, AE and 42. RGB value is (85,174,66). Sum of RGB (Red+Green+Blue) = 85+174+66=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 174 (68.36% from 255 or 53.54% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AE42 is #AA51BD. Grayscale: #878787. Windows color (decimal): -11162046 or 4370005. OLE color: 4370005.

HSL color Cylindrical-coordinate representation of color #55AE42: hue angle of 109.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55AE42 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB8517466-
CMYK0.5100.620.32
HSL109.44º45%47.06%-
HSV(B)109.44º62.07%68.24%-
XYZ19.8732.610.4-
YUV135.0889.0192.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 174 (68.36% from 255) = 53.54%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=26.15%
G=53.54%
B=20.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85174660.5100.620.32109.444547.06
Hex55AE423303E206d2d2f
Octal12525610263076401555557
Binary101010110101110100001011001101111101000001101101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,174,66); }

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

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

 a { background-color: rgb(85,174,66); }

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

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

 span { border-color: rgb(85,174,66); }

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