#4CB25E

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

Shades of Fruit Salad #4CB25E

Tints of Fruit Salad #4CB25E

Color information

#4CB25E (or 0x4CB25E) is unknown color: approx Fruit Salad. HEX triplet: 4C, B2 and 5E. RGB value is (76,178,94). Sum of RGB (Red+Green+Blue) = 76+178+94=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB25E is #B34DA1. Grayscale: #8A8A8A. Windows color (decimal): -11750818 or 6206028. OLE color: 6206028.

HSL color Cylindrical-coordinate representation of color #4CB25E: hue angle of 130.59º 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 #4CB25E is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB7617894-
CMYK0.5700.470.30
HSL130.59º40.16%49.8%-
HSV(B)130.59º57.3%69.8%-
XYZ20.9234.1916.09-
YUV137.93103.2183.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.84%
GREEN value IS 178 (69.92% from 255) = 51.15%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=21.84%
G=51.15%
B=27.01%

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
Decimal76178940.5700.470.30130.5940.1649.8
Hex4CB25E3902F1E832832
Octal11426213671057362035062
Binary100110010110010101111011100101011111111010000011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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