#4FB045

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

Shades of Fruit Salad #4FB045

Tints of Fruit Salad #4FB045

Color information

#4FB045 (or 0x4FB045) is unknown color: approx Fruit Salad. HEX triplet: 4F, B0 and 45. RGB value is (79,176,69). Sum of RGB (Red+Green+Blue) = 79+176+69=324 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.38% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #4FB045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FB045 is #B04FBA. Grayscale: #878787. Windows color (decimal): -11554747 or 4567119. OLE color: 4567119.

HSL color Cylindrical-coordinate representation of color #4FB045: hue angle of 114.39º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FB045 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB7917669-
CMYK0.5500.610.31
HSL114.39º43.67%48.04%-
HSV(B)114.39º60.8%69.02%-
XYZ19.8233.1410.98-
YUV134.890.8688.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.38%
GREEN value IS 176 (69.14% from 255) = 54.32%
BLUE value IS 69 (27.34% from 255) = 21.30%
R=24.38%
G=54.32%
B=21.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79176690.5500.610.31114.3943.6748.04
Hex4FB0453703D1F722c30
Octal11726010567075371625460
Binary10011111011000010001011101110111101111111110010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,176,69); }

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

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

 a { background-color: rgb(79,176,69); }

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

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

 span { border-color: rgb(79,176,69); }

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