Html Css Color HEX #3FA74F Fruit Salad

📋 copy color: '#3FA74F'

red 63 ◦ green 167 ◦ blue 79

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

Shades of Fruit Salad #3FA74F

Tints of Fruit Salad #3FA74F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 54.05%

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

R = 20.39%
G = 54.05%
B = 25.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#3FA74F (or 0x3FA74F) is known color: Fruit Salad. HEX triplet: 3F, A7 and 4F. RGB value is (63,167,79). Sum of RGB (Red+Green+Blue) = 63+167+79=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 167 (65.62% from 255 or 54.05% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 167 - color contains mainly: green. Hex color #3FA74F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA74F is #C058B0. Grayscale: #7E7E7E. Windows color (decimal): -12605617 or 5220159. OLE color: 5220159.

HSL color Cylindrical-coordinate representation of color #3FA74F: hue angle of 129.23º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA74F is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 63 167 79 -
CMYK 0.62 0 0.53 0.35
HSL 129.23º 0.45% 0.45% -
HSV(B) 129.23º 0.62% 0.65% -
XYZ 17.28 29.26 12.13 -
YUV 125.87 101.54 83.16 -
System Red Green Blue C M Y K H S L
Decimal 63 167 79 0.62 0 0.53 0.35 129.23 0.45 0.45
Hex 3F A7 4F 3E 0 35 23 81 2D 2D
Octal 77 247 117 76 0 65 43 201 55 55
Binary 111111 10100111 1001111 111110 0 110101 100011 10000001 101101 101101

Color Harmonies of #3FA74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA74F

Black with #3FA74F

Text Example


Text Example

White with #3FA74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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