Html Css Color HEX #3FA950 Fruit Salad

📋 copy color: '#3FA950'

red 63 ◦ green 169 ◦ blue 80

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

Shades of Fruit Salad #3FA950

Tints of Fruit Salad #3FA950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 54.17%

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

R = 20.19%
G = 54.17%
B = 25.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#3FA950 (or 0x3FA950) is known color: Fruit Salad. HEX triplet: 3F, A9 and 50. RGB value is (63,169,80). Sum of RGB (Red+Green+Blue) = 63+169+80=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #3FA950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA950 is #C056AF. Grayscale: #7F7F7F. Windows color (decimal): -12605104 or 5286207. OLE color: 5286207.

HSL color Cylindrical-coordinate representation of color #3FA950: hue angle of 129.62º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FA950 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 63 169 80 -
CMYK 0.63 0 0.53 0.34
HSL 129.62º 0.46% 0.45% -
HSV(B) 129.62º 0.63% 0.66% -
XYZ 17.69 30.01 12.45 -
YUV 127.16 101.38 82.24 -
System Red Green Blue C M Y K H S L
Decimal 63 169 80 0.63 0 0.53 0.34 129.62 0.46 0.45
Hex 3F A9 50 3F 0 35 22 82 2E 2D
Octal 77 251 120 77 0 65 42 202 56 55
Binary 111111 10101001 1010000 111111 0 110101 100010 10000010 101110 101101

Color Harmonies of #3FA950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA950

Black with #3FA950

Text Example


Text Example

White with #3FA950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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