#55D246

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

Shades of Apple #55D246

Tints of Apple #55D246

Color information

#55D246 (or 0x55D246) is unknown color: approx Apple. HEX triplet: 55, D2 and 46. RGB value is (85,210,70). Sum of RGB (Red+Green+Blue) = 85+210+70=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #55D246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D246 is #AA2DB9. Grayscale: #9D9D9D. Windows color (decimal): -11152826 or 4641365. OLE color: 4641365.

HSL color Cylindrical-coordinate representation of color #55D246: hue angle of 113.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55D246 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB8521070-
CMYK0.6000.670.18
HSL113.57º60.87%54.9%-
HSV(B)113.57º66.67%82.35%-
XYZ27.948.4713.68-
YUV156.6679.0976.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 210 (82.42% from 255) = 57.53%
BLUE value IS 70 (27.73% from 255) = 19.18%
R=23.29%
G=57.53%
B=19.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal85210700.6000.670.18113.5760.8754.9
Hex55D2463C04312723d37
Octal125322106740103221627567
Binary101010111010010100011011110001000011100101110010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,210,70); }

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

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

 a { background-color: rgb(85,210,70); }

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

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

 span { border-color: rgb(85,210,70); }

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