Html Css Color HEX #3FAA4F Fruit Salad

📋 copy color: '#3FAA4F'

red 63 ◦ green 170 ◦ blue 79

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

Shades of Fruit Salad #3FAA4F

Tints of Fruit Salad #3FAA4F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.49%

 BLUE value IS 79 (31.25% from 255) = 25.32%

R = 20.19%
G = 54.49%
B = 25.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#3FAA4F (or 0x3FAA4F) is known color: Fruit Salad. HEX triplet: 3F, AA and 4F. RGB value is (63,170,79). Sum of RGB (Red+Green+Blue) = 63+170+79=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAA4F is #C055B0. Grayscale: #7F7F7F. Windows color (decimal): -12604849 or 5220927. OLE color: 5220927.

HSL color Cylindrical-coordinate representation of color #3FAA4F: hue angle of 128.97º 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 #3FAA4F is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 170 79 -
CMYK 0.63 0 0.54 0.33
HSL 128.97º 0.46% 0.46% -
HSV(B) 128.97º 0.63% 0.67% -
XYZ 17.84 30.37 12.32 -
YUV 127.63 100.55 81.9 -
System Red Green Blue C M Y K H S L
Decimal 63 170 79 0.63 0 0.54 0.33 128.97 0.46 0.46
Hex 3F AA 4F 3F 0 36 21 81 2E 2E
Octal 77 252 117 77 0 66 41 201 56 56
Binary 111111 10101010 1001111 111111 0 110110 100001 10000001 101110 101110

Color Harmonies of #3FAA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAA4F

Black with #3FAA4F

Text Example


Text Example

White with #3FAA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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