#55C13E

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

Shades of Apple #55C13E

Tints of Apple #55C13E

Color information

#55C13E (or 0x55C13E) is unknown color: approx Apple. HEX triplet: 55, C1 and 3E. RGB value is (85,193,62). Sum of RGB (Red+Green+Blue) = 85+193+62=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #55C13E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C13E is #AA3EC1. Grayscale: #929292. Windows color (decimal): -11157186 or 4112725. OLE color: 4112725.

HSL color Cylindrical-coordinate representation of color #55C13E: hue angle of 109.47º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55C13E is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB8519362-
CMYK0.5600.680.24
HSL109.47º51.37%50%-
HSV(B)109.47º67.88%75.69%-
XYZ23.6940.4211.11-
YUV145.7780.7284.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 193 (75.78% from 255) = 56.76%
BLUE value IS 62 (24.61% from 255) = 18.24%
R=25%
G=56.76%
B=18.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85193620.5600.680.24109.4751.3750
Hex55C13E38044186d3332
Octal12530176700104301556362
Binary10101011100000111111011100001000100110001101101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,193,62); }

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

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

 a { background-color: rgb(85,193,62); }

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

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

 span { border-color: rgb(85,193,62); }

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