#4FBB52

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

Shades of Fruit Salad #4FBB52

Tints of Fruit Salad #4FBB52

Color information

#4FBB52 (or 0x4FBB52) is unknown color: approx Fruit Salad. HEX triplet: 4F, BB and 52. RGB value is (79,187,82). Sum of RGB (Red+Green+Blue) = 79+187+82=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #4FBB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FBB52 is #B044AD. Grayscale: #8F8F8F. Windows color (decimal): -11551918 or 5421903. OLE color: 5421903.

HSL color Cylindrical-coordinate representation of color #4FBB52: hue angle of 121.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBB52 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB7918782-
CMYK0.5800.560.27
HSL121.67º44.26%52.16%-
HSV(B)121.67º57.75%73.33%-
XYZ22.5237.8114.09-
YUV142.7493.7282.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.70%
GREEN value IS 187 (73.44% from 255) = 53.74%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=22.70%
G=53.74%
B=23.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79187820.5800.560.27121.6744.2652.16
Hex4FBB523A0381B7a2c34
Octal11727312272070331725464
Binary10011111011101110100101110100111000110111111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FBB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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