#4BC258

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

Shades of Fruit Salad #4BC258

Tints of Fruit Salad #4BC258

Color information

#4BC258 (or 0x4BC258) is unknown color: approx Fruit Salad. HEX triplet: 4B, C2 and 58. RGB value is (75,194,88). Sum of RGB (Red+Green+Blue) = 75+194+88=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC258 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC258 is #B43DA7. Grayscale: #929292. Windows color (decimal): -11812264 or 5816907. OLE color: 5816907.

HSL color Cylindrical-coordinate representation of color #4BC258: hue angle of 126.55º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC258 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB7519488-
CMYK0.6100.550.24
HSL126.55º49.38%52.75%-
HSV(B)126.55º61.34%76.08%-
XYZ23.9540.7815.84-
YUV146.3495.0877.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.01%
GREEN value IS 194 (76.17% from 255) = 54.34%
BLUE value IS 88 (34.77% from 255) = 24.65%
R=21.01%
G=54.34%
B=24.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75194880.6100.550.24126.5549.3852.75
Hex4BC2583D037187f3135
Octal11330213075067301776165
Binary10010111100001010110001111010110111110001111111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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