#55C14E

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

Shades of Apple #55C14E

Tints of Apple #55C14E

Color information

#55C14E (or 0x55C14E) is unknown color: approx Apple. HEX triplet: 55, C1 and 4E. RGB value is (85,193,78). Sum of RGB (Red+Green+Blue) = 85+193+78=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #55C14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C14E is #AA3EB1. Grayscale: #939393. Windows color (decimal): -11157170 or 5161301. OLE color: 5161301.

HSL color Cylindrical-coordinate representation of color #55C14E: hue angle of 116.35º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55C14E is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB8519378-
CMYK0.5600.600.24
HSL116.35º48.12%53.14%-
HSV(B)116.35º59.59%75.69%-
XYZ24.1940.6213.77-
YUV147.688.7283.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 193 (75.78% from 255) = 54.21%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=23.88%
G=54.21%
B=21.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85193780.5600.600.24116.3548.1253.14
Hex55C14E3803C18743035
Octal12530111670074301646065
Binary10101011100000110011101110000111100110001110100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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