Html Css Color HEX #3FB950 Fruit Salad

📋 copy color: '#3FB950'

red 63 ◦ green 185 ◦ blue 80

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

Shades of Fruit Salad #3FB950

Tints of Fruit Salad #3FB950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.4%

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

R = 19.21%
G = 56.4%
B = 24.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#3FB950 (or 0x3FB950) is known color: Fruit Salad. HEX triplet: 3F, B9 and 50. RGB value is (63,185,80). Sum of RGB (Red+Green+Blue) = 63+185+80=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB950 is #C046AF. Grayscale: #888888. Windows color (decimal): -12601008 or 5290303. OLE color: 5290303.

HSL color Cylindrical-coordinate representation of color #3FB950: hue angle of 128.36º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB950 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 185 80 -
CMYK 0.66 0 0.57 0.27
HSL 128.36º 0.49% 0.49% -
HSV(B) 128.36º 0.66% 0.73% -
XYZ 20.85 36.33 13.5 -
YUV 136.55 96.08 75.54 -
System Red Green Blue C M Y K H S L
Decimal 63 185 80 0.66 0 0.57 0.27 128.36 0.49 0.49
Hex 3F B9 50 42 0 39 1B 80 31 31
Octal 77 271 120 102 0 71 33 200 61 61
Binary 111111 10111001 1010000 1000010 0 111001 11011 10000000 110001 110001

Color Harmonies of #3FB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB950

Black with #3FB950

Text Example


Text Example

White with #3FB950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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