Html Css Color HEX #3FAD4D Fruit Salad

📋 copy color: '#3FAD4D'

red 63 ◦ green 173 ◦ blue 77

#3FAD4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #3FAD4D

Tints of Fruit Salad #3FAD4D

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.6%

R = 20.13%
G = 55.27%
B = 24.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#3FAD4D (or 0x3FAD4D) is known color: 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

RGB 63 173 77 -
CMYK 0.64 0 0.55 0.32
HSL 127.64º 0.47% 0.46% -
HSV(B) 127.64º 0.64% 0.68% -
XYZ 18.33 31.48 12.13 -
YUV 129.17 98.56 80.81 -
System Red Green Blue C M Y K H S L
Decimal 63 173 77 0.64 0 0.55 0.32 127.64 0.47 0.46
Hex 3F AD 4D 40 0 37 20 80 2F 2E
Octal 77 255 115 100 0 67 40 200 57 56
Binary 111111 10101101 1001101 1000000 0 110111 100000 10000000 101111 101110

Color Harmonies of #3FAD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAD4D

Black with #3FAD4D

Text Example


Text Example

White with #3FAD4D

Text Example


Text Example

HTML Codes & Css Web 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>