#4BAF54

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

Shades of Fruit Salad #4BAF54

Tints of Fruit Salad #4BAF54

Color information

#4BAF54 (or 0x4BAF54) is unknown color: approx Fruit Salad. HEX triplet: 4B, AF and 54. RGB value is (75,175,84). Sum of RGB (Red+Green+Blue) = 75+175+84=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF54 is #B450AB. Grayscale: #868686. Windows color (decimal): -11817132 or 5549899. OLE color: 5549899.

HSL color Cylindrical-coordinate representation of color #4BAF54: hue angle of 125.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF54 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB7517584-
CMYK0.5700.520.31
HSL125.4º40%49.02%-
HSV(B)125.4º57.14%68.63%-
XYZ19.8332.813.67-
YUV134.7399.3785.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 175 (68.75% from 255) = 52.40%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=22.46%
G=52.40%
B=25.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal75175840.5700.520.31125.44049.02
Hex4BAF54390341F7d2831
Octal11325712471064371755061
Binary10010111010111110101001110010110100111111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,175,84); }

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

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

 a { background-color: rgb(75,175,84); }

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

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

 span { border-color: rgb(75,175,84); }

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