#4CB25F

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

Shades of Fruit Salad #4CB25F

Tints of Fruit Salad #4CB25F

Color information

#4CB25F (or 0x4CB25F) is unknown color: approx Fruit Salad. HEX triplet: 4C, B2 and 5F. RGB value is (76,178,95). Sum of RGB (Red+Green+Blue) = 76+178+95=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB25F is #B34DA0. Grayscale: #8A8A8A. Windows color (decimal): -11750817 or 6271564. OLE color: 6271564.

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

Color convert

RGB7617895-
CMYK0.5700.470.30
HSL131.18º40.16%49.8%-
HSV(B)131.18º57.3%69.8%-
XYZ20.9734.216.32-
YUV138.04103.7183.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.78%
GREEN value IS 178 (69.92% from 255) = 51.00%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=21.78%
G=51.00%
B=27.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal76178950.5700.470.30131.1840.1649.8
Hex4CB25F3902F1E832832
Octal11426213771057362035062
Binary100110010110010101111111100101011111111010000011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,178,95); }

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

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

 a { background-color: rgb(76,178,95); }

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

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

 span { border-color: rgb(76,178,95); }

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