#55D549

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

Shades of Apple #55D549

Tints of Apple #55D549

Color information

#55D549 (or 0x55D549) is unknown color: approx Apple. HEX triplet: 55, D5 and 49. RGB value is (85,213,73). Sum of RGB (Red+Green+Blue) = 85+213+73=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #55D549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D549 is #AA2AB6. Grayscale: #9F9F9F. Windows color (decimal): -11152055 or 4838741. OLE color: 4838741.

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

Color convert

RGB8521373-
CMYK0.6000.660.16
HSL114.86º62.5%56.08%-
HSV(B)114.86º65.73%83.53%-
XYZ28.745014.44-
YUV158.7779.5975.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 213 (83.59% from 255) = 57.41%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=22.91%
G=57.41%
B=19.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85213730.6000.660.16114.8662.556.08
Hex55D5493C04210733e38
Octal125325111740102201637670
Binary101010111010101100100111110001000010100001110011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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