#55D544

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

Shades of Apple #55D544

Tints of Apple #55D544

Color information

#55D544 (or 0x55D544) is unknown color: approx Apple. HEX triplet: 55, D5 and 44. RGB value is (85,213,68). Sum of RGB (Red+Green+Blue) = 85+213+68=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #55D544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D544 is #AA2ABB. Grayscale: #9E9E9E. Windows color (decimal): -11152060 or 4511061. OLE color: 4511061.

HSL color Cylindrical-coordinate representation of color #55D544: hue angle of 112.97º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55D544 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB8521368-
CMYK0.6000.680.16
HSL112.97º63.32%55.1%-
HSV(B)112.97º68.08%83.53%-
XYZ28.5849.9413.6-
YUV158.277.0975.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 213 (83.59% from 255) = 58.20%
BLUE value IS 68 (26.95% from 255) = 18.58%
R=23.22%
G=58.20%
B=18.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85213680.6000.680.16112.9763.3255.1
Hex55D5443C04410713f37
Octal125325104740104201617767
Binary101010111010101100010011110001000100100001110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,213,68); }

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

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

 a { background-color: rgb(85,213,68); }

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

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

 span { border-color: rgb(85,213,68); }

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