#3FAA4E

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

Shades of Fruit Salad #3FAA4E

Tints of Fruit Salad #3FAA4E

Color information

#3FAA4E (or 0x3FAA4E) is unknown color: approx Fruit Salad. HEX triplet: 3F, AA and 4E. RGB value is (63,170,78). Sum of RGB (Red+Green+Blue) = 63+170+78=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAA4E is #C055B1. Grayscale: #7F7F7F. Windows color (decimal): -12604850 or 5155391. OLE color: 5155391.

HSL color Cylindrical-coordinate representation of color #3FAA4E: hue angle of 128.41º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAA4E is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB6317078-
CMYK0.6300.540.33
HSL128.41º45.92%45.69%-
HSV(B)128.41º62.94%66.67%-
XYZ17.830.3612.13-
YUV127.52100.0581.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.26%
GREEN value IS 170 (66.80% from 255) = 54.66%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=20.26%
G=54.66%
B=25.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63170780.6300.540.33128.4145.9245.69
Hex3FAA4E3F03621802e2e
Octal7725211677066412005656
Binary111111101010101001110111111011011010000110000000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,170,78); }

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

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

 a { background-color: rgb(63,170,78); }

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

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

 span { border-color: rgb(63,170,78); }

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