#55C551

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

Shades of Apple #55C551

Tints of Apple #55C551

Color information

#55C551 (or 0x55C551) is unknown color: approx Apple. HEX triplet: 55, C5 and 51. RGB value is (85,197,81). Sum of RGB (Red+Green+Blue) = 85+197+81=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #55C551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C551 is #AA3AAE. Grayscale: #969696. Windows color (decimal): -11156143 or 5358933. OLE color: 5358933.

HSL color Cylindrical-coordinate representation of color #55C551: hue angle of 117.93º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55C551 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB8519781-
CMYK0.5700.590.23
HSL117.93º50%54.51%-
HSV(B)117.93º58.88%77.25%-
XYZ25.242.4614.65-
YUV150.2988.8981.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 197 (77.34% from 255) = 54.27%
BLUE value IS 81 (32.03% from 255) = 22.31%
R=23.42%
G=54.27%
B=22.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal85197810.5700.590.23117.935054.51
Hex55C5513903B17763237
Octal12530512171073271666267
Binary10101011100010110100011110010111011101111110110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,197,81); }

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

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

 a { background-color: rgb(85,197,81); }

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

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

 span { border-color: rgb(85,197,81); }

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