#4FB85A

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

Shades of Fruit Salad #4FB85A

Tints of Fruit Salad #4FB85A

Color information

#4FB85A (or 0x4FB85A) is unknown color: approx Fruit Salad. HEX triplet: 4F, B8 and 5A. RGB value is (79,184,90). Sum of RGB (Red+Green+Blue) = 79+184+90=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #4FB85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB85A is #B047A5. Grayscale: #8E8E8E. Windows color (decimal): -11552678 or 5945423. OLE color: 5945423.

HSL color Cylindrical-coordinate representation of color #4FB85A: hue angle of 126.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB85A is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB7918490-
CMYK0.5700.510.28
HSL126.29º42.51%51.57%-
HSV(B)126.29º57.07%72.16%-
XYZ22.2136.6815.58-
YUV141.8998.7183.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.38%
GREEN value IS 184 (72.27% from 255) = 52.12%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=22.38%
G=52.12%
B=25.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal79184900.5700.510.28126.2942.5151.57
Hex4FB85A390331C7e2b34
Octal11727013271063341765364
Binary10011111011100010110101110010110011111001111110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,184,90); }

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

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

 a { background-color: rgb(79,184,90); }

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

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

 span { border-color: rgb(79,184,90); }

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