#55D241

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

Shades of Apple #55D241

Tints of Apple #55D241

Color information

#55D241 (or 0x55D241) is unknown color: approx Apple. HEX triplet: 55, D2 and 41. RGB value is (85,210,65). Sum of RGB (Red+Green+Blue) = 85+210+65=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 210 (82.42% from 255 or 58.33% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 210 - color contains mainly: green. Hex color #55D241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D241 is #AA2DBE. Grayscale: #9C9C9C. Windows color (decimal): -11152831 or 4313685. OLE color: 4313685.

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

Color convert

RGB8521065-
CMYK0.6000.690.18
HSL111.72º61.7%53.92%-
HSV(B)111.72º69.05%82.35%-
XYZ27.7548.4112.88-
YUV156.176.5977.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 210 (82.42% from 255) = 58.33%
BLUE value IS 65 (25.78% from 255) = 18.06%
R=23.61%
G=58.33%
B=18.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal85210650.6000.690.18111.7261.753.92
Hex55D2413C04512703e36
Octal125322101740105221607666
Binary101010111010010100000111110001000101100101110000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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