#4BBF4A

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

Shades of Fruit Salad #4BBF4A

Tints of Fruit Salad #4BBF4A

Color information

#4BBF4A (or 0x4BBF4A) is unknown color: approx Fruit Salad. HEX triplet: 4B, BF and 4A. RGB value is (75,191,74). Sum of RGB (Red+Green+Blue) = 75+191+74=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBF4A is #B440B5. Grayscale: #8F8F8F. Windows color (decimal): -11813046 or 4898635. OLE color: 4898635.

HSL color Cylindrical-coordinate representation of color #4BBF4A: hue angle of 119.49º 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 #4BBF4A is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB7519174-
CMYK0.6100.610.25
HSL119.49º47.76%51.96%-
HSV(B)119.49º61.26%74.9%-
XYZ22.7739.2512.85-
YUV142.9889.0779.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.06%
GREEN value IS 191 (75% from 255) = 56.18%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=22.06%
G=56.18%
B=21.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75191740.6100.610.25119.4947.7651.96
Hex4BBF4A3D03D19773034
Octal11327711275075311676064
Binary10010111011111110010101111010111101110011110111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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