Html Css Color HEX #3FAF4D Fruit Salad

📋 copy color: '#3FAF4D'

red 63 ◦ green 175 ◦ blue 77

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

Shades of Fruit Salad #3FAF4D

Tints of Fruit Salad #3FAF4D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.56%

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 20%
G = 55.56%
B = 24.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#3FAF4D (or 0x3FAF4D) is known color: Fruit Salad. HEX triplet: 3F, AF and 4D. RGB value is (63,175,77). Sum of RGB (Red+Green+Blue) = 63+175+77=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAF4D is #C050B2. Grayscale: #828282. Windows color (decimal): -12603571 or 5091135. OLE color: 5091135.

HSL color Cylindrical-coordinate representation of color #3FAF4D: hue angle of 127.5º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF4D is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 175 77 -
CMYK 0.64 0 0.56 0.31
HSL 127.5º 0.47% 0.47% -
HSV(B) 127.5º 0.64% 0.69% -
XYZ 18.72 32.25 12.26 -
YUV 130.34 97.89 79.97 -
System Red Green Blue C M Y K H S L
Decimal 63 175 77 0.64 0 0.56 0.31 127.5 0.47 0.47
Hex 3F AF 4D 40 0 38 1F 80 2F 2F
Octal 77 257 115 100 0 70 37 200 57 57
Binary 111111 10101111 1001101 1000000 0 111000 11111 10000000 101111 101111

Color Harmonies of #3FAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAF4D

Black with #3FAF4D

Text Example


Text Example

White with #3FAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,175,77); }

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

background-color css

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

 a { background-color: rgb(63,175,77); }

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

border-color css

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

 span { border-color: rgb(63,175,77); }

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