#4BBE58

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

Shades of Fruit Salad #4BBE58

Tints of Fruit Salad #4BBE58

Color information

#4BBE58 (or 0x4BBE58) is unknown color: approx Fruit Salad. HEX triplet: 4B, BE and 58. RGB value is (75,190,88). Sum of RGB (Red+Green+Blue) = 75+190+88=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBE58 is #B441A7. Grayscale: #909090. Windows color (decimal): -11813288 or 5815883. OLE color: 5815883.

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

Color convert

RGB7519088-
CMYK0.6100.540.25
HSL126.78º46.94%51.96%-
HSV(B)126.78º60.53%74.51%-
XYZ23.0839.0315.55-
YUV143.9996.478.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.25%
GREEN value IS 190 (74.61% from 255) = 53.82%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=21.25%
G=53.82%
B=24.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75190880.6100.540.25126.7846.9451.96
Hex4BBE583D036197f2f34
Octal11327613075066311775764
Binary10010111011111010110001111010110110110011111111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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