#3FBC4B

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

Shades of Fruit Salad #3FBC4B

Tints of Fruit Salad #3FBC4B

Color information

#3FBC4B (or 0x3FBC4B) is unknown color: approx Fruit Salad. HEX triplet: 3F, BC and 4B. RGB value is (63,188,75). Sum of RGB (Red+Green+Blue) = 63+188+75=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBC4B is #C043B4. Grayscale: #8A8A8A. Windows color (decimal): -12600245 or 4963391. OLE color: 4963391.

HSL color Cylindrical-coordinate representation of color #3FBC4B: hue angle of 125.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBC4B is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB6318875-
CMYK0.6600.600.26
HSL125.76º49.8%49.22%-
HSV(B)125.76º66.49%73.73%-
XYZ21.337.5312.78-
YUV137.7492.5974.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.33%
GREEN value IS 188 (73.83% from 255) = 57.67%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=19.33%
G=57.67%
B=23.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal63188750.6600.600.26125.7649.849.22
Hex3FBC4B4203C1A7e3231
Octal77274113102074321766261
Binary11111110111100100101110000100111100110101111110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FBC4B; }

 p { color: rgb(63,188,75); }

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

<style>
 a { background-color: #3FBC4B; }

 a { background-color: rgb(63,188,75); }

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

<style>
 span { border-color: #3FBC4B; }

 span { border-color: rgb(63,188,75); }

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