Html Css Color HEX #3FAF4F Fruit Salad

📋 copy color: '#3FAF4F'

red 63 ◦ green 175 ◦ blue 79

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

Shades of Fruit Salad #3FAF4F

Tints of Fruit Salad #3FAF4F

RGB

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

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

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

R = 19.87%
G = 55.21%
B = 24.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#3FAF4F (or 0x3FAF4F) is known color: Fruit Salad. HEX triplet: 3F, AF and 4F. RGB value is (63,175,79). Sum of RGB (Red+Green+Blue) = 63+175+79=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAF4F is #C050B0. Grayscale: #828282. Windows color (decimal): -12603569 or 5222207. OLE color: 5222207.

HSL color Cylindrical-coordinate representation of color #3FAF4F: hue angle of 128.57º 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 #3FAF4F is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 175 79 -
CMYK 0.64 0 0.55 0.31
HSL 128.57º 0.47% 0.47% -
HSV(B) 128.57º 0.64% 0.69% -
XYZ 18.79 32.28 12.64 -
YUV 130.57 98.89 79.81 -
System Red Green Blue C M Y K H S L
Decimal 63 175 79 0.64 0 0.55 0.31 128.57 0.47 0.47
Hex 3F AF 4F 40 0 37 1F 81 2F 2F
Octal 77 257 117 100 0 67 37 201 57 57
Binary 111111 10101111 1001111 1000000 0 110111 11111 10000001 101111 101111

Color Harmonies of #3FAF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAF4F

Black with #3FAF4F

Text Example


Text Example

White with #3FAF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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