#4CBF4C

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

Shades of Fruit Salad #4CBF4C

Tints of Fruit Salad #4CBF4C

Color information

#4CBF4C (or 0x4CBF4C) is unknown color: approx Fruit Salad. HEX triplet: 4C, BF and 4C. RGB value is (76,191,76). Sum of RGB (Red+Green+Blue) = 76+191+76=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBF4C is #B340B3. Grayscale: #8F8F8F. Windows color (decimal): -11747508 or 5029708. OLE color: 5029708.

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

Color convert

RGB7619176-
CMYK0.6000.600.25
HSL120º47.33%52.35%-
HSV(B)120º60.21%74.9%-
XYZ22.9239.3213.22-
YUV143.589.979.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.16%
GREEN value IS 191 (75% from 255) = 55.69%
BLUE value IS 76 (30.08% from 255) = 22.16%
R=22.16%
G=55.69%
B=22.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76191760.6000.600.2512047.3352.35
Hex4CBF4C3C03C19782f34
Octal11427711474074311705764
Binary10011001011111110011001111000111100110011111000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,191,76); }

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

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

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

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

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

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

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