#55C650

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

Shades of Apple #55C650

Tints of Apple #55C650

Color information

#55C650 (or 0x55C650) is unknown color: approx Apple. HEX triplet: 55, C6 and 50. RGB value is (85,198,80). Sum of RGB (Red+Green+Blue) = 85+198+80=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #55C650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C650 is #AA39AF. Grayscale: #979797. Windows color (decimal): -11155888 or 5293653. OLE color: 5293653.

HSL color Cylindrical-coordinate representation of color #55C650: hue angle of 117.46º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55C650 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB8519880-
CMYK0.5700.600.22
HSL117.46º50.86%54.51%-
HSV(B)117.46º59.6%77.65%-
XYZ25.3942.914.53-
YUV150.7688.0681.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 198 (77.73% from 255) = 54.55%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=23.42%
G=54.55%
B=22.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85198800.5700.600.22117.4650.8654.51
Hex55C6503903C16753337
Octal12530612071074261656367
Binary10101011100011010100001110010111100101101110101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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