#4FB552

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

Shades of Fruit Salad #4FB552

Tints of Fruit Salad #4FB552

Color information

#4FB552 (or 0x4FB552) is unknown color: approx Fruit Salad. HEX triplet: 4F, B5 and 52. RGB value is (79,181,82). Sum of RGB (Red+Green+Blue) = 79+181+82=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #4FB552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB552 is #B04AAD. Grayscale: #8B8B8B. Windows color (decimal): -11553454 or 5420367. OLE color: 5420367.

HSL color Cylindrical-coordinate representation of color #4FB552: hue angle of 121.76º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB552 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB7918182-
CMYK0.5600.550.29
HSL121.76º40.8%50.98%-
HSV(B)121.76º56.35%70.98%-
XYZ21.2735.3213.68-
YUV139.2295.7185.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.10%
GREEN value IS 181 (71.09% from 255) = 52.92%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=23.10%
G=52.92%
B=23.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal79181820.5600.550.29121.7640.850.98
Hex4FB552380371D7a2933
Octal11726512270067351725163
Binary10011111011010110100101110000110111111011111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FB552; }

 p { color: rgb(79,181,82); }

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

<style>
 a { background-color: #4FB552; }

 a { background-color: rgb(79,181,82); }

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

<style>
 span { border-color: #4FB552; }

 span { border-color: rgb(79,181,82); }

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