#4CBE42

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

Shades of Fruit Salad #4CBE42

Tints of Fruit Salad #4CBE42

Color information

#4CBE42 (or 0x4CBE42) is unknown color: approx Fruit Salad. HEX triplet: 4C, BE and 42. RGB value is (76,190,66). Sum of RGB (Red+Green+Blue) = 76+190+66=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBE42 is #B341BD. Grayscale: #8E8E8E. Windows color (decimal): -11747774 or 4374092. OLE color: 4374092.

HSL color Cylindrical-coordinate representation of color #4CBE42: hue angle of 115.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CBE42 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB7619066-
CMYK0.6000.650.25
HSL115.16º48.82%50.2%-
HSV(B)115.16º65.26%74.51%-
XYZ22.3838.7611.46-
YUV141.7885.2381.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.89%
GREEN value IS 190 (74.61% from 255) = 57.23%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=22.89%
G=57.23%
B=19.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76190660.6000.650.25115.1648.8250.2
Hex4CBE423C04119733132
Octal114276102740101311636162
Binary100110010111110100001011110001000001110011110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,190,66); }

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

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

 a { background-color: rgb(76,190,66); }

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

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

 span { border-color: rgb(76,190,66); }

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