#4BBF50

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

Shades of Fruit Salad #4BBF50

Tints of Fruit Salad #4BBF50

Color information

#4BBF50 (or 0x4BBF50) is unknown color: approx Fruit Salad. HEX triplet: 4B, BF and 50. RGB value is (75,191,80). Sum of RGB (Red+Green+Blue) = 75+191+80=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBF50 is #B440AF. Grayscale: #8F8F8F. Windows color (decimal): -11813040 or 5291851. OLE color: 5291851.

HSL color Cylindrical-coordinate representation of color #4BBF50: hue angle of 122.59º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBF50 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB7519180-
CMYK0.6100.580.25
HSL122.59º47.54%52.16%-
HSV(B)122.59º60.73%74.9%-
XYZ22.9839.3413.97-
YUV143.6692.0779.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 191 (75% from 255) = 55.20%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=21.68%
G=55.20%
B=23.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75191800.6100.580.25122.5947.5452.16
Hex4BBF503D03A197b3034
Octal11327712075072311736064
Binary10010111011111110100001111010111010110011111011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,191,80); }

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

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

 a { background-color: rgb(75,191,80); }

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

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

 span { border-color: rgb(75,191,80); }

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