#4CB54B

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

Shades of Fruit Salad #4CB54B

Tints of Fruit Salad #4CB54B

Color information

#4CB54B (or 0x4CB54B) is unknown color: approx Fruit Salad. HEX triplet: 4C, B5 and 4B. RGB value is (76,181,75). Sum of RGB (Red+Green+Blue) = 76+181+75=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB54B is #B34AB4. Grayscale: #898989. Windows color (decimal): -11750069 or 4961612. OLE color: 4961612.

HSL color Cylindrical-coordinate representation of color #4CB54B: hue angle of 119.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB54B is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB7618175-
CMYK0.5800.590.29
HSL119.43º41.73%50.2%-
HSV(B)119.43º58.56%70.98%-
XYZ20.7735.0912.34-
YUV137.5292.7184.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.89%
GREEN value IS 181 (71.09% from 255) = 54.52%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=22.89%
G=54.52%
B=22.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal76181750.5800.590.29119.4341.7350.2
Hex4CB54B3A03B1D772a32
Octal11426511372073351675262
Binary10011001011010110010111110100111011111011110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,181,75); }

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

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

 a { background-color: rgb(76,181,75); }

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

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

 span { border-color: rgb(76,181,75); }

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