Html Css Color HEX #3FBA50 Fruit Salad

📋 copy color: '#3FBA50'

red 63 ◦ green 186 ◦ blue 80

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

Shades of Fruit Salad #3FBA50

Tints of Fruit Salad #3FBA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.53%

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

R = 19.15%
G = 56.53%
B = 24.32%

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

#3FBA50 (or 0x3FBA50) is known color: Fruit Salad. HEX triplet: 3F, BA and 50. RGB value is (63,186,80). Sum of RGB (Red+Green+Blue) = 63+186+80=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBA50 is #C045AF. Grayscale: #898989. Windows color (decimal): -12600752 or 5290559. OLE color: 5290559.

HSL color Cylindrical-coordinate representation of color #3FBA50: hue angle of 128.29º 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 #3FBA50 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 186 80 -
CMYK 0.66 0 0.57 0.27
HSL 128.29º 0.49% 0.49% -
HSV(B) 128.29º 0.66% 0.73% -
XYZ 21.06 36.75 13.57 -
YUV 137.14 95.75 75.12 -
System Red Green Blue C M Y K H S L
Decimal 63 186 80 0.66 0 0.57 0.27 128.29 0.49 0.49
Hex 3F BA 50 42 0 39 1B 80 31 31
Octal 77 272 120 102 0 71 33 200 61 61
Binary 111111 10111010 1010000 1000010 0 111001 11011 10000000 110001 110001

Color Harmonies of #3FBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBA50

Black with #3FBA50

Text Example


Text Example

White with #3FBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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