#4BAA58

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

Shades of Fruit Salad #4BAA58

Tints of Fruit Salad #4BAA58

Color information

#4BAA58 (or 0x4BAA58) is unknown color: approx Fruit Salad. HEX triplet: 4B, AA and 58. RGB value is (75,170,88). Sum of RGB (Red+Green+Blue) = 75+170+88=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAA58 is #B455A7. Grayscale: #848484. Windows color (decimal): -11818408 or 5810763. OLE color: 5810763.

HSL color Cylindrical-coordinate representation of color #4BAA58: hue angle of 128.21º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAA58 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB7517088-
CMYK0.5600.480.33
HSL128.21º38.78%48.04%-
HSV(B)128.21º55.88%66.67%-
XYZ19.0430.9514.2-
YUV132.25103.0387.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.52%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=22.52%
G=51.05%
B=26.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75170880.5600.480.33128.2138.7848.04
Hex4BAA583803021802730
Octal11325213070060412004760
Binary1001011101010101011000111000011000010000110000000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,170,88); }

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

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

 a { background-color: rgb(75,170,88); }

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

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

 span { border-color: rgb(75,170,88); }

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