#3FBB4B

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

Shades of Fruit Salad #3FBB4B

Tints of Fruit Salad #3FBB4B

Color information

#3FBB4B (or 0x3FBB4B) is unknown color: approx Fruit Salad. HEX triplet: 3F, BB and 4B. RGB value is (63,187,75). Sum of RGB (Red+Green+Blue) = 63+187+75=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 187 (73.44% from 255 or 57.54% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 187 - color contains mainly: green. Hex color #3FBB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBB4B is #C044B4. Grayscale: #898989. Windows color (decimal): -12600501 or 4963135. OLE color: 4963135.

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

Color convert

RGB6318775-
CMYK0.6600.600.27
HSL125.81º49.6%49.02%-
HSV(B)125.81º66.31%73.33%-
XYZ21.0937.1112.71-
YUV137.1692.9275.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.38%
GREEN value IS 187 (73.44% from 255) = 57.54%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=19.38%
G=57.54%
B=23.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63187750.6600.600.27125.8149.649.02
Hex3FBB4B4203C1B7e3231
Octal77273113102074331766261
Binary11111110111011100101110000100111100110111111110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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