#55C540

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

Shades of Apple #55C540

Tints of Apple #55C540

Color information

#55C540 (or 0x55C540) is unknown color: approx Apple. HEX triplet: 55, C5 and 40. RGB value is (85,197,64). Sum of RGB (Red+Green+Blue) = 85+197+64=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #55C540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C540 is #AA3ABF. Grayscale: #949494. Windows color (decimal): -11156160 or 4244821. OLE color: 4244821.

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

Color convert

RGB8519764-
CMYK0.5700.680.23
HSL110.53º53.41%51.18%-
HSV(B)110.53º67.51%77.25%-
XYZ24.6442.2311.7-
YUV148.3580.3982.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 197 (77.34% from 255) = 56.94%
BLUE value IS 64 (25.39% from 255) = 18.50%
R=24.57%
G=56.94%
B=18.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal85197640.5700.680.23110.5353.4151.18
Hex55C54039044176f3533
Octal125305100710104271576563
Binary101010111000101100000011100101000100101111101111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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