#4BB254

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

Shades of Fruit Salad #4BB254

Tints of Fruit Salad #4BB254

Color information

#4BB254 (or 0x4BB254) is unknown color: approx Fruit Salad. HEX triplet: 4B, B2 and 54. RGB value is (75,178,84). Sum of RGB (Red+Green+Blue) = 75+178+84=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB254 is #B44DAB. Grayscale: #888888. Windows color (decimal): -11816364 or 5550667. OLE color: 5550667.

HSL color Cylindrical-coordinate representation of color #4BB254: hue angle of 125.24º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB254 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB7517884-
CMYK0.5800.530.30
HSL125.24º40.71%49.61%-
HSV(B)125.24º57.87%69.8%-
XYZ20.4233.9813.87-
YUV136.4998.3884.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.26%
GREEN value IS 178 (69.92% from 255) = 52.82%
BLUE value IS 84 (33.20% from 255) = 24.93%
R=22.26%
G=52.82%
B=24.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal75178840.5800.530.30125.2440.7149.61
Hex4BB2543A0351E7d2932
Octal11326212472065361755162
Binary10010111011001010101001110100110101111101111101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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