#4BA93F

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

Shades of Fruit Salad #4BA93F

Tints of Fruit Salad #4BA93F

Color information

#4BA93F (or 0x4BA93F) is unknown color: approx Fruit Salad. HEX triplet: 4B, A9 and 3F. RGB value is (75,169,63). Sum of RGB (Red+Green+Blue) = 75+169+63=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 169 (66.41% from 255 or 55.05% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 169 - color contains mainly: green. Hex color #4BA93F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA93F is #B456C0. Grayscale: #818181. Windows color (decimal): -11818689 or 4172107. OLE color: 4172107.

HSL color Cylindrical-coordinate representation of color #4BA93F: hue angle of 113.21º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BA93F is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB7516963-
CMYK0.5600.630.34
HSL113.21º45.69%45.49%-
HSV(B)113.21º62.72%66.27%-
XYZ17.9930.239.59-
YUV128.8190.8689.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.43%
GREEN value IS 169 (66.41% from 255) = 55.05%
BLUE value IS 63 (25% from 255) = 20.52%
R=24.43%
G=55.05%
B=20.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal75169630.5600.630.34113.2145.6945.49
Hex4BA93F3803F22712e2d
Octal1132517770077421615655
Binary10010111010100111111111100001111111000101110001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,169,63); }

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

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

 a { background-color: rgb(75,169,63); }

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

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

 span { border-color: rgb(75,169,63); }

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