#55C14B

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

Shades of Apple #55C14B

Tints of Apple #55C14B

Color information

#55C14B (or 0x55C14B) is unknown color: approx Apple. HEX triplet: 55, C1 and 4B. RGB value is (85,193,75). Sum of RGB (Red+Green+Blue) = 85+193+75=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #55C14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C14B is #AA3EB4. Grayscale: #939393. Windows color (decimal): -11157173 or 4964693. OLE color: 4964693.

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

Color convert

RGB8519375-
CMYK0.5600.610.24
HSL114.92º48.76%52.55%-
HSV(B)114.92º61.14%75.69%-
XYZ24.0940.5813.22-
YUV147.2687.2283.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 193 (75.78% from 255) = 54.67%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=24.08%
G=54.67%
B=21.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85193750.5600.610.24114.9248.7652.55
Hex55C14B3803D18733135
Octal12530111370075301636165
Binary10101011100000110010111110000111101110001110011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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