Html Css Color HEX #3FAF50 Fruit Salad

📋 copy color: '#3FAF50'

red 63 ◦ green 175 ◦ blue 80

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

Shades of Fruit Salad #3FAF50

Tints of Fruit Salad #3FAF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 19.81%
G = 55.03%
B = 25.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#3FAF50 (or 0x3FAF50) is known color: Fruit Salad. HEX triplet: 3F, AF and 50. RGB value is (63,175,80). Sum of RGB (Red+Green+Blue) = 63+175+80=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAF50 is #C050AF. Grayscale: #828282. Windows color (decimal): -12603568 or 5287743. OLE color: 5287743.

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

Color convert

RGB 63 175 80 -
CMYK 0.64 0 0.54 0.31
HSL 129.11º 0.47% 0.47% -
HSV(B) 129.11º 0.64% 0.69% -
XYZ 18.83 32.3 12.83 -
YUV 130.68 99.39 79.72 -
System Red Green Blue C M Y K H S L
Decimal 63 175 80 0.64 0 0.54 0.31 129.11 0.47 0.47
Hex 3F AF 50 40 0 36 1F 81 2F 2F
Octal 77 257 120 100 0 66 37 201 57 57
Binary 111111 10101111 1010000 1000000 0 110110 11111 10000001 101111 101111

Color Harmonies of #3FAF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAF50

Black with #3FAF50

Text Example


Text Example

White with #3FAF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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