#55D94E

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

Shades of Apple #55D94E

Tints of Apple #55D94E

Color information

#55D94E (or 0x55D94E) is unknown color: approx Apple. HEX triplet: 55, D9 and 4E. RGB value is (85,217,78). Sum of RGB (Red+Green+Blue) = 85+217+78=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #55D94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D94E is #AA26B1. Grayscale: #A2A2A2. Windows color (decimal): -11151026 or 5167445. OLE color: 5167445.

HSL color Cylindrical-coordinate representation of color #55D94E: hue angle of 116.98º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D94E is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB8521778-
CMYK0.6100.640.15
HSL116.98º64.65%57.84%-
HSV(B)116.98º64.06%85.1%-
XYZ29.9352.1115.69-
YUV161.6980.7773.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 217 (85.16% from 255) = 57.11%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=22.37%
G=57.11%
B=20.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85217780.6100.640.15116.9864.6557.84
Hex55D94E3D040F75413a
Octal1253311167501001716510172
Binary101010111011001100111011110101000000111111101011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,217,78); }

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

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

 a { background-color: rgb(85,217,78); }

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

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

 span { border-color: rgb(85,217,78); }

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