#3FBD4D

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

Shades of Fruit Salad #3FBD4D

Tints of Fruit Salad #3FBD4D

Color information

#3FBD4D (or 0x3FBD4D) is unknown color: approx Fruit Salad. HEX triplet: 3F, BD and 4D. RGB value is (63,189,77). Sum of RGB (Red+Green+Blue) = 63+189+77=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 189 (74.22% from 255 or 57.45% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBD4D is #C042B2. Grayscale: #8A8A8A. Windows color (decimal): -12599987 or 5094719. OLE color: 5094719.

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

Color convert

RGB6318977-
CMYK0.6700.590.26
HSL126.67º50%49.41%-
HSV(B)126.67º66.67%74.12%-
XYZ21.5937.9913.22-
YUV138.5693.2674.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.15%
GREEN value IS 189 (74.22% from 255) = 57.45%
BLUE value IS 77 (30.47% from 255) = 23.40%
R=19.15%
G=57.45%
B=23.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal63189770.6700.590.26126.675049.41
Hex3FBD4D4303B1A7f3231
Octal77275115103073321776261
Binary11111110111101100110110000110111011110101111111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,189,77); }

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

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

 a { background-color: rgb(63,189,77); }

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

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

 span { border-color: rgb(63,189,77); }

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