#55c04a

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

Shades of Apple #55C04A

Tints of Apple #55C04A

Color information

#55C04A (or 0x55C04A) is unknown color: approx Apple. HEX triplet: 55, C0 and 4A. RGB value is (85,192,74). Sum of RGB (Red+Green+Blue) = 85+192+74=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #55C04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C04A is #AA3FB5. Grayscale: #929292. Windows color (decimal): -11157430 or 4898901. OLE color: 4898901.

HSL color Cylindrical-coordinate representation of color #55C04A: hue angle of 114.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55C04A is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB8519274-
CMYK0.5600.610.25
HSL114.41º48.36%52.16%-
HSV(B)114.41º61.46%75.29%-
XYZ23.8340.1212.97-
YUV146.5687.0584.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 192 (75.39% from 255) = 54.70%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=24.22%
G=54.70%
B=21.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85192740.5600.610.25114.4148.3652.16
Hex55C04A3803D19723034
Octal12530011270075311626064
Binary10101011100000010010101110000111101110011110010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55c04a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,192,74); }

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

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

 a { background-color: rgb(85,192,74); }

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

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

 span { border-color: rgb(85,192,74); }

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