#55A74C

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

Shades of Fruit Salad #55A74C

Tints of Fruit Salad #55A74C

Color information

#55A74C (or 0x55A74C) is unknown color: approx Fruit Salad. HEX triplet: 55, A7 and 4C. RGB value is (85,167,76). Sum of RGB (Red+Green+Blue) = 85+167+76=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #55A74C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A74C is #AA58B3. Grayscale: #848484. Windows color (decimal): -11163828 or 5023573. OLE color: 5023573.

HSL color Cylindrical-coordinate representation of color #55A74C: hue angle of 114.07º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55A74C is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB8516776-
CMYK0.4900.540.35
HSL114.07º37.45%47.65%-
HSV(B)114.07º54.49%65.49%-
XYZ18.8730.0911.65-
YUV132.1196.3394.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 167 (65.62% from 255) = 50.91%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=25.91%
G=50.91%
B=23.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85167760.4900.540.35114.0737.4547.65
Hex55A74C3103623722530
Octal12524711461066431624560
Binary101010110100111100110011000101101101000111110010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,167,76); }

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

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

 a { background-color: rgb(85,167,76); }

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

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

 span { border-color: rgb(85,167,76); }

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