Html Css Color HEX #3FAD3D Fruit Salad

📋 copy color: '#3FAD3D'

red 63 ◦ green 173 ◦ blue 61

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

Shades of Fruit Salad #3FAD3D

Tints of Fruit Salad #3FAD3D

RGB

 RED value IS 63 (25% from 255) = 21.21%

 GREEN value IS 173 (67.97% from 255) = 58.25%

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 21.21%
G = 58.25%
B = 20.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#3FAD3D (or 0x3FAD3D) is known color: Fruit Salad. HEX triplet: 3F, AD and 3D. RGB value is (63,173,61). Sum of RGB (Red+Green+Blue) = 63+173+61=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAD3D is #C052C2. Grayscale: #7F7F7F. Windows color (decimal): -12604099 or 4042047. OLE color: 4042047.

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

Color convert

RGB 63 173 61 -
CMYK 0.64 0 0.65 0.32
HSL 118.93º 0.48% 0.46% -
HSV(B) 118.93º 0.65% 0.68% -
XYZ 17.84 31.28 9.51 -
YUV 127.34 90.56 82.11 -
System Red Green Blue C M Y K H S L
Decimal 63 173 61 0.64 0 0.65 0.32 118.93 0.48 0.46
Hex 3F AD 3D 40 0 41 20 77 30 2E
Octal 77 255 75 100 0 101 40 167 60 56
Binary 111111 10101101 111101 1000000 0 1000001 100000 1110111 110000 101110

Color Harmonies of #3FAD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAD3D

Black with #3FAD3D

Text Example


Text Example

White with #3FAD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3FAD3D;
 }
 .AnyTagClassName
 {
   color: #3FAD3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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