#55D250

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

Shades of Apple #55D250

Tints of Apple #55D250

Color information

#55D250 (or 0x55D250) is unknown color: approx Apple. HEX triplet: 55, D2 and 50. RGB value is (85,210,80). Sum of RGB (Red+Green+Blue) = 85+210+80=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #55D250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D250 is #AA2DAF. Grayscale: #9E9E9E. Windows color (decimal): -11152816 or 5296725. OLE color: 5296725.

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

Color convert

RGB8521080-
CMYK0.6000.620.18
HSL117.69º59.09%56.86%-
HSV(B)117.69º61.9%82.35%-
XYZ28.2448.615.48-
YUV157.884.0976.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 210 (82.42% from 255) = 56%
BLUE value IS 80 (31.64% from 255) = 21.33%
R=22.67%
G=56%
B=21.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal85210800.6000.620.18117.6959.0956.86
Hex55D2503C03E12763b39
Octal12532212074076221667371
Binary10101011101001010100001111000111110100101110110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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