Html Css Color HEX #3FAA4E Fruit Salad

📋 copy color: '#3FAA4E'

red 63 ◦ green 170 ◦ blue 78

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

Shades of Fruit Salad #3FAA4E

Tints of Fruit Salad #3FAA4E

RGB

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

 GREEN value IS 170 (66.8% 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 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

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

RGB 63 170 78 -
CMYK 0.63 0 0.54 0.33
HSL 128.41º 0.46% 0.46% -
HSV(B) 128.41º 0.63% 0.67% -
XYZ 17.8 30.36 12.13 -
YUV 127.52 100.05 81.98 -
System Red Green Blue C M Y K H S L
Decimal 63 170 78 0.63 0 0.54 0.33 128.41 0.46 0.46
Hex 3F AA 4E 3F 0 36 21 80 2E 2E
Octal 77 252 116 77 0 66 41 200 56 56
Binary 111111 10101010 1001110 111111 0 110110 100001 10000000 101110 101110

Color Harmonies of #3FAA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAA4E

Black with #3FAA4E

Text Example


Text Example

White with #3FAA4E

Text Example


Text Example

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