#4FB25F

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

Shades of Fruit Salad #4FB25F

Tints of Fruit Salad #4FB25F

Color information

#4FB25F (or 0x4FB25F) is unknown color: approx Fruit Salad. HEX triplet: 4F, B2 and 5F. RGB value is (79,178,95). Sum of RGB (Red+Green+Blue) = 79+178+95=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #4FB25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB25F is #B04DA0. Grayscale: #8B8B8B. Windows color (decimal): -11554209 or 6271567. OLE color: 6271567.

HSL color Cylindrical-coordinate representation of color #4FB25F: hue angle of 129.7º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB25F is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB7917895-
CMYK0.5600.470.30
HSL129.7º39.13%50.39%-
HSV(B)129.7º55.62%69.8%-
XYZ21.2134.3316.33-
YUV138.94103.285.25-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.44%
GREEN value IS 178 (69.92% from 255) = 50.57%
BLUE value IS 95 (37.5% from 255) = 26.99%
R=22.44%
G=50.57%
B=26.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal79178950.5600.470.30129.739.1350.39
Hex4FB25F3802F1E822732
Octal11726213770057362024762
Binary100111110110010101111111100001011111111010000010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,178,95); }

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

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

 a { background-color: rgb(79,178,95); }

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

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

 span { border-color: rgb(79,178,95); }

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