#55CA50

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

Shades of Apple #55CA50

Tints of Apple #55CA50

Color information

#55CA50 (or 0x55CA50) is unknown color: approx Apple. HEX triplet: 55, CA and 50. RGB value is (85,202,80). Sum of RGB (Red+Green+Blue) = 85+202+80=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA50 is #AA35AF. Grayscale: #999999. Windows color (decimal): -11154864 or 5294677. OLE color: 5294677.

HSL color Cylindrical-coordinate representation of color #55CA50: hue angle of 117.54º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55CA50 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB8520280-
CMYK0.5800.600.21
HSL117.54º53.51%55.29%-
HSV(B)117.54º60.4%79.22%-
XYZ26.3144.7514.84-
YUV153.1186.7479.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 202 (79.30% from 255) = 55.04%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=23.16%
G=55.04%
B=21.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85202800.5800.600.21117.5453.5155.29
Hex55CA503A03C15763637
Octal12531212072074251666667
Binary10101011100101010100001110100111100101011110110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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