#4CBF4D

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

Shades of Fruit Salad #4CBF4D

Tints of Fruit Salad #4CBF4D

Color information

#4CBF4D (or 0x4CBF4D) is unknown color: approx Fruit Salad. HEX triplet: 4C, BF and 4D. RGB value is (76,191,77). Sum of RGB (Red+Green+Blue) = 76+191+77=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBF4D is #B340B2. Grayscale: #8F8F8F. Windows color (decimal): -11747507 or 5095244. OLE color: 5095244.

HSL color Cylindrical-coordinate representation of color #4CBF4D: hue angle of 120.52º 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 #4CBF4D is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB7619177-
CMYK0.6000.600.25
HSL120.52º47.33%52.35%-
HSV(B)120.52º60.21%74.9%-
XYZ22.9539.3313.4-
YUV143.6290.479.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.09%
GREEN value IS 191 (75% from 255) = 55.52%
BLUE value IS 77 (30.47% from 255) = 22.38%
R=22.09%
G=55.52%
B=22.38%

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
Decimal76191770.6000.600.25120.5247.3352.35
Hex4CBF4D3C03C19792f34
Octal11427711574074311715764
Binary10011001011111110011011111000111100110011111001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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