#3FAD4D

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

Shades of Fruit Salad #3FAD4D

Tints of Fruit Salad #3FAD4D

Color information

#3FAD4D (or 0x3FAD4D) is unknown color: approx Fruit Salad. HEX triplet: 3F, AD and 4D. RGB value is (63,173,77). Sum of RGB (Red+Green+Blue) = 63+173+77=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAD4D is #C052B2. Grayscale: #818181. Windows color (decimal): -12604083 or 5090623. OLE color: 5090623.

HSL color Cylindrical-coordinate representation of color #3FAD4D: hue angle of 127.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAD4D is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB6317377-
CMYK0.6400.550.32
HSL127.64º46.61%46.27%-
HSV(B)127.64º63.58%67.84%-
XYZ18.3331.4812.13-
YUV129.1798.5680.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.13%
GREEN value IS 173 (67.97% from 255) = 55.27%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=20.13%
G=55.27%
B=24.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63173770.6400.550.32127.6446.6146.27
Hex3FAD4D4003720802f2e
Octal77255115100067402005756
Binary1111111010110110011011000000011011110000010000000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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