#3FB54B

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

Shades of Fruit Salad #3FB54B

Tints of Fruit Salad #3FB54B

Color information

#3FB54B (or 0x3FB54B) is unknown color: approx Fruit Salad. HEX triplet: 3F, B5 and 4B. RGB value is (63,181,75). Sum of RGB (Red+Green+Blue) = 63+181+75=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB54B is #C04AB4. Grayscale: #858585. Windows color (decimal): -12602037 or 4961599. OLE color: 4961599.

HSL color Cylindrical-coordinate representation of color #3FB54B: hue angle of 126.1º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB54B is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB6318175-
CMYK0.6500.590.29
HSL126.1º48.36%47.84%-
HSV(B)126.1º65.19%70.98%-
XYZ19.8434.6112.29-
YUV133.6394.9177.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.75%
GREEN value IS 181 (71.09% from 255) = 56.74%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=19.75%
G=56.74%
B=23.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal63181750.6500.590.29126.148.3647.84
Hex3FB54B4103B1D7e3030
Octal77265113101073351766060
Binary11111110110101100101110000010111011111011111110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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